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