Commit 04c6a23a by 田超

Merge branch 'feature/1004873' into 'master'

feat:[1004873] 打印机售卖

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