dashboard
repositories
filestore
activity
search
login
main
/
oyingServer
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
fix: 调整审批功能比并怎加价格更新接口
zepengdev
2025-09-30
bfddfbc26cac79e28149cfd7a3d3c63c623a39ef
[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
}