|
|
@ -83,4 +83,8 @@ public class WmsQCMaster extends BaseBean {
|
|
|
|
@Transient
|
|
|
|
@Transient
|
|
|
|
@ApiParam(value = "供应商简称")
|
|
|
|
@ApiParam(value = "供应商简称")
|
|
|
|
private String VendorDesc;
|
|
|
|
private String VendorDesc;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Column(name = "IS_TASK")
|
|
|
|
|
|
|
|
@ApiParam(value = "是否生产任务", example = "1")
|
|
|
|
|
|
|
|
public Integer isTask;
|
|
|
|
}
|
|
|
|
}
|
|
|
|