加盟模式加枚举
This commit is contained in:
@@ -11,7 +11,8 @@ public enum JoinModeEnum {
|
||||
FRANCHISE_COMPANIES(2,"加盟公司加盟店"),
|
||||
OWN_STORE(3,"加盟公司自有店"),
|
||||
STRONG_FRANCHISE(4,"强加盟"),
|
||||
DIRECT_SALES_TO_JOINING(5,"老店转加盟")
|
||||
DIRECT_SALES_TO_JOINING(5,"老店转加盟"),
|
||||
AFFILIATES(6,"联营店")
|
||||
;
|
||||
private int code;
|
||||
private String desc;
|
||||
|
||||
Reference in New Issue
Block a user