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

yun-zuoyi
puxiao.liao 4 years ago
commit ae81019c8c

@ -158,6 +158,10 @@ public class WmsDocMovementDetails extends BaseBean {
@ApiParam("维修名称")
private String repairName;
@Column(name = "SPEC_CODE")
@ApiParam("包装代码")
private String specCode;
@Transient
@ApiParam(value = "完成状态")
public Integer orderStatus;

Loading…
Cancel
Save