fix
This commit is contained in:
@@ -10,8 +10,7 @@ public enum JoinModeEnum {
|
||||
FRANCHISE_DEPARTMENT(1,"加盟部加盟店"),
|
||||
FRANCHISE_COMPANIES(2,"加盟公司加盟店"),
|
||||
OWN_STORE(3,"加盟公司自有店"),
|
||||
STRONG_FRANCHISE(4,"强加盟"),
|
||||
DIRECT_SALES_TO_JOINING(5,"直营转加盟")
|
||||
STRONG_FRANCHISE(4,"强加盟")
|
||||
;
|
||||
private int code;
|
||||
private String desc;
|
||||
|
||||
Reference in New Issue
Block a user