|
@@ -83,6 +83,8 @@ public class Project implements Serializable {
|
|
|
@Column(name = "status", columnDefinition = "varchar(255) comment '项目验收状态'")
|
|
|
private String status;
|
|
|
|
|
|
+ @Column(name = "supplier_id", columnDefinition = "bigint(20) comment '供应商id'")
|
|
|
+ private Integer supplierId;
|
|
|
|
|
|
@TableField(fill = FieldFill.INSERT_UPDATE)
|
|
|
@Column(name = "deleted", columnDefinition = "tinyint(4) comment '逻辑删除 0未删除 1已删除'")
|