修改海纳川电检测问题

yun-zuoyi
宋军超 5 years ago
parent eef7ed9c32
commit c18c22a799

@ -185,6 +185,18 @@ public class MesProduceSn extends BaseBean implements Serializable {
@ApiParam("条码打印状态名称")
private String printStatusName;
@Transient
@ApiParam("设备代码")
private String equipmentCode;
@Transient
@ApiParam("设备名称")
private String equipmentName;
@Transient
@ApiParam("电检结果")
private String electricResult;
@Version
@Column(name = "LOCK_VERSION")
@ApiParam(value = "乐观锁", example = "1")

Loading…
Cancel
Save