Pu Zhibing
2024-09-26 22a9b4588c8eeefdb9e16fda9125af8c0b846b49
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;