Merge pull request '中航条码补偿字段' (#322) from baoyu.wang/i3plus-pojo:test into test

Reviewed-on: http://git.estsh.com/i3-IMPP/i3plus-pojo/pulls/322
yun-zuoyi
聂帅 3 years ago
commit b7ba3b1f6e

@ -166,7 +166,7 @@ public class MesProduceSn extends BaseBean implements Serializable {
@Column(name = "IF_COMPENSATE")
@ApiParam(value ="是否补偿")
private Integer ifCompensate;
private Integer ifCompensate = 0;
@Column(name = "COMPENSATE_TIME")
@ApiParam(value ="补偿时间")

@ -166,6 +166,11 @@ public class MesProduceSnTravel extends BaseBean implements Serializable {
@ApiParam("员工编号")
private String employeeNumber;
@Column(name = "COMPENSATE_SN")
@ApiParam("补偿过程条码")
private String compensateSn;
@Transient
@ApiParam("返回信息")
private String resultMsg;

Loading…
Cancel
Save