| | |
| | | @Column(columnDefinition = "tinyint(2) default 0 comment '供应属性 0-成品 1-备件 2-大修 3-其他'") |
| | | private Integer supplyAttribute;*/ |
| | | |
| | | @Schema(description = "计划状态(0-草稿 1-已生效 2-已终止 3-已过期)") |
| | | @Column(columnDefinition = "tinyint(2) default 0 comment '计划状态'") |
| | | @Schema(description = "计划状态(0-已失效 1-已生效)") |
| | | @Column(columnDefinition = "tinyint(2) default 1 comment '计划状态'") |
| | | private Integer status; |
| | | |
| | | @Schema(description = "是否推送erp(0-没有 1-推送)") |
| | |
| | | /** |
| | | * 标的物 |
| | | */ |
| | | @Transient |
| | | @TableField(exist = false) |
| | | private List<ContractSubjectMatter> contractSubjectMatterList; |
| | | |
| | | @Transient |
| | | @TableField(exist = false) |
| | | private List<PlanSubjectMatter> planSubjectMatterList; |