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
/
ProductCreationType.java
1
2
3
4
5
6
package com.oying.modules.pc.product.domain.enums;
public enum ProductCreationType {
DIRECT,
WITH_AUDIT
}