kongdeqiang
2025-03-31 b0fd64098134466414d22af52baa823245839070
platformx-device-api/src/main/java/com/by4cloud/platformx/device/entity/InvestmentPlanItem.java
@@ -22,6 +22,10 @@
@Entity
@Table(appliesTo = "investment_plan_item", comment = "年度投资计划子表")
public class InvestmentPlanItem extends BaseModel<InvestmentPlanItem> {
   @Schema(description = "计划id")
   @Column(columnDefinition="long comment '计划id'")
   private Long planId;
   @Schema(description = "年度")
   @Column(columnDefinition="int comment '年度'")
   private Integer year;