Merge pull request '条码表新增补偿字段' (#321) from baoyu.wang/i3plus-pojo:test into test

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

@ -164,6 +164,14 @@ public class MesProduceSn extends BaseBean implements Serializable {
@ApiParam("Vin")
private String vinCode;
@Column(name = "IF_COMPENSATE")
@ApiParam(value ="是否补偿")
private Integer ifCompensate;
@Column(name = "COMPENSATE_TIME")
@ApiParam(value ="补偿时间")
private String compensateTime;
@Transient
@ApiParam("返回信息")
private String resultMsg;

Loading…
Cancel
Save