dashboard
repositories
filestore
activity
search
login
main
/
oyingServer
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
商户角色优化
xin
2025-09-25
66772a2d80b2612cea4e1e5740c9df3d2f672a39
[oyingServer.git]
/
oying-system
/
src
/
main
/
java
/
com
/
oying
/
modules
/
pc
/
store
/
domain
/
enums
/
StoreChangeTypeEnum.java
1
2
3
4
5
6
7
8
9
package com.oying.modules.pc.store.domain.enums;
public enum StoreChangeTypeEnum {
NEW_STORE,
STORE_UPDATE,
STORE_NAME_UPDATE
}