Commit 2ea93c37 by 吴博

feat:[1004873] 打印机售卖

parent 32f8d9ca
......@@ -26,7 +26,11 @@ public enum AppletRecordTypeEnum {
//第三方资源
THIRD_RESOURCE(11, "第三方资源"),
RAISE_QUESTION(20,"小睿互助问题");
RAISE_QUESTION(20,"小睿互助问题"),
SELF_COUPON(21,"自定义优惠券"),
SYS_COUPON(22,"系统优惠券");
public Integer value;
......
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