|
@@ -150,7 +150,7 @@ public class BBom extends Entity<Long> {
|
|
|
*/
|
|
|
@ApiModelProperty(value = "同步标志")
|
|
|
@TableField("syn_flag")
|
|
|
- private int synFlag;
|
|
|
+ private String synFlag;
|
|
|
|
|
|
/**
|
|
|
* 分组号
|
|
@@ -204,7 +204,6 @@ public class BBom extends Entity<Long> {
|
|
|
this.groupNo = groupNo;
|
|
|
this.batchStand = batchStand;
|
|
|
this.furnaceBatchNo = furnaceBatchNo;
|
|
|
- this.synFlag = synFlag;
|
|
|
}
|
|
|
|
|
|
}
|