Browse Source

刷单实体类提交

yjwang 2 weeks ago
parent
commit
1ad9d422bc
1 changed files with 1 additions and 0 deletions
  1. 1 0
      fs-service/src/main/java/com/fs/hisStore/config/StoreConfig.java

+ 1 - 0
fs-service/src/main/java/com/fs/hisStore/config/StoreConfig.java

@@ -23,5 +23,6 @@ public class StoreConfig implements Serializable {
     private String refundAddress;
     private Integer auditSwitch; // 订单审核开关
     private Integer createSalesOrderType; // 订单改价方式 1 商品改价 2总价改价
+    private Boolean isBrushOrders;//是否开启刷单按钮
 
 }