无关风月
2024-10-21 82e5f5968a77bde806f45a0ae1fe16f40852d6d6
ruoyi-api/ruoyi-api-order/src/main/java/com/ruoyi/order/api/model/AccountingStrategyOrder.java
@@ -21,6 +21,10 @@
@TableName("t_accounting_strategy_order")
public class AccountingStrategyOrder extends BasePojo {
   
   @ApiModelProperty(value = "策略id")
   @TableId(type = IdType.INPUT, value = "id")
   private Integer id;
   @ApiModelProperty(value = "站点id")
   @TableField("site_id")
   private Integer siteId;