dashboard
repositories
filestore
activity
search
login
main
/
oyingServer
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Merge branch 'pxb' into xin
xin
yesterday
d3563f0bdb487124d79cdd20d0f8bfc79db31f24
[oyingServer.git]
/
oying-system
/
src
/
main
/
java
/
com
/
oying
/
modules
/
pc
/
product
/
domain
/
enums
/
ProductAuditTypeEnum.java
1
2
3
4
5
6
7
8
9
10
11
package com.oying.modules.pc.product.domain.enums;
public enum ProductAuditTypeEnum {
PUT_ON_SHELF,
NEW_PRODUCT,
FULL_UPDATE,
IMAGE_UPDATE,
LABEL_UPDATE
}