Pu Zhibing
2024-10-16 c4664502dfdaffff555b532e65b51a57ac8b29c2
ruoyi-api/ruoyi-api-order/src/main/java/com/ruoyi/order/api/model/AccountingStrategyDetailOrder.java
@@ -22,8 +22,8 @@
   @TableId(type = IdType.INPUT, value = "id")
   private Integer id;
   @ApiModelProperty(value = "策略id")
   @TableField("accounting_strategy_order_id")
   private Integer accountingStrategyOrderId;
   @TableField("accounting_strategy_id")
   private Integer accountingStrategyId;
   
   @ApiModelProperty(value = "阶段(1=尖阶段,2=峰阶段,3=平阶段,4=谷阶段)")
   @TableField("type")