dashboard
repositories
filestore
activity
search
login
main
/
oyingServer
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Merge branch 'master' into xin
xin
5 days ago
8a7f9301f4b9e6fcd4e1b3014fb8c5d52820e179
[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
}