luodangjia
2024-10-28 bcff6cd41a09c5b3f5db68db8b9dbb2f90fb78f3
ruoyi-api/ruoyi-api-order/src/main/java/com/ruoyi/order/api/model/AccountingStrategyOrder.java
@@ -21,8 +21,8 @@
@TableName("t_accounting_strategy_order")
public class AccountingStrategyOrder extends BasePojo {
   
   @ApiModelProperty(value = "主键")
   @TableField(value = "id")
   @ApiModelProperty(value = "策略id")
   @TableId(type = IdType.INPUT, value = "id")
   private Integer id;
   
   @ApiModelProperty(value = "站点id")