Commit d0204abd authored by shiyu's avatar shiyu

打印标签,默认一个creatorid

parent 0acbcb38
...@@ -62,6 +62,13 @@ public interface CommConsts { ...@@ -62,6 +62,13 @@ public interface CommConsts {
public static final Long SYSTEM_ACCOUNT_FOR_UNLOGIN = 999999999999L; public static final Long SYSTEM_ACCOUNT_FOR_UNLOGIN = 999999999999L;
/**
* 打印商品标签为商品的creator_id设置的初始值
*/
public static final Long PRINT_ITEM_TAG_CREATOR_ID = 2222222222222L;
public static final String DEFAULT_SHARE_ID= "DA" + SYSTEM_ACCOUNT; public static final String DEFAULT_SHARE_ID= "DA" + SYSTEM_ACCOUNT;
/** /**
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment