卡斯马锁定记录表锁定状态赋默认值

yun-zuoyi
Dominic_Xiao 4 years ago
parent dbdcbec032
commit 35e41f94e1

@ -55,5 +55,5 @@ public class MesLockRecord extends BaseBean implements Serializable {
@Column(name = "LOCK_STATUS")
@ColumnDefault("1")
@ApiParam("锁定状态")
private Integer lockStatus;
private Integer lockStatus = 1;
}

Loading…
Cancel
Save