Merge branches 'dev' and 'test' of http://git.estsh.com/i3-IMPP/i3plus-pojo into test

yun-zuoyi
wei.peng 6 years ago
commit eb2f61c32f

@ -84,6 +84,7 @@ public class AndonHqlPack {
DdlPackBean result = new DdlPackBean(); DdlPackBean result = new DdlPackBean();
DdlPreparedPack.getStringEqualPack(mesWorkCell.getWorkCenterCode(), "workCenterCode", result); DdlPreparedPack.getStringEqualPack(mesWorkCell.getWorkCenterCode(), "workCenterCode", result);
DdlPreparedPack.getStringEqualPack(mesWorkCell.getWorkCellCode(), "workCellCode", result);
getStringBuilderPack(mesWorkCell, result); getStringBuilderPack(mesWorkCell, result);
return result; return result;

@ -247,7 +247,7 @@ public class AndonEnumUtil {
EQUIP("EQUMENT_ALARM","设备"), EQUIP("EQUMENT_ALARM","设备"),
PROCESS("ROUTING_ALARM","工艺"), PROCESS("ROUTING_ALARM","工艺"),
CHECK("OTHER_ALARM","其他"), CHECK("OTHER_ALARM","其他"),
FIX_ERROR("FIX_ERROR", "设备故障"); FIX_ERROR("FIX_ERROR", "自动报警");
private String value; private String value;
private String description; private String description;

@ -120,7 +120,7 @@ public class WmsASNMasterDetails extends BaseBean {
@Version @Version
@Column(name = "LOCK_VERSION") @Column(name = "LOCK_VERSION")
@ApiParam(value = "乐观锁", example = "1") @ApiParam(value = "乐观锁", example = "1")
public transient int lockVersion; public transient Integer lockVersion;
@Transient @Transient
@ApiParam("实收数量") @ApiParam("实收数量")

@ -209,5 +209,5 @@ public class WmsDocMovementDetails extends BaseBean {
@Version @Version
@Column(name = "LOCK_VERSION") @Column(name = "LOCK_VERSION")
@ApiParam(value = "乐观锁", example = "1") @ApiParam(value = "乐观锁", example = "1")
public transient int lockVersion; public transient Integer lockVersion;
} }

@ -146,7 +146,7 @@ public class WmsPOMasterDetails extends BaseBean {
@Version @Version
@Column(name = "LOCK_VERSION") @Column(name = "LOCK_VERSION")
@ApiParam(value = "乐观锁", example = "1") @ApiParam(value = "乐观锁", example = "1")
private transient int lockVersion; private transient Integer lockVersion;
@Transient @Transient
@ApiParam("PO条码总箱数") @ApiParam("PO条码总箱数")

@ -84,5 +84,5 @@ public class WmsQCDetails extends BaseBean {
@Version @Version
@Column(name = "LOCK_VERSION") @Column(name = "LOCK_VERSION")
@ApiParam(value = "乐观锁", example = "1") @ApiParam(value = "乐观锁", example = "1")
public transient int lockVersion; public transient Integer lockVersion;
} }

Loading…
Cancel
Save