dashboard
repositories
filestore
activity
search
login
main
/
oyingServer
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Merge branch 'refs/heads/master' into xin
xin
2025-10-17
ab0637e981ab4c85120ccde35ee24ec4abbe3e24
[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
}