|
|
|
@ -100,6 +100,22 @@ public class WmsMoveSn extends BaseBean {
|
|
|
|
|
@ApiParam(value = "数量", example = "0")
|
|
|
|
|
public Double qty;
|
|
|
|
|
|
|
|
|
|
@Column(name="SRC_QC_STATUS")
|
|
|
|
|
@ApiParam(value = "源质量状态", example = "1")
|
|
|
|
|
public Integer srcQcStatus;
|
|
|
|
|
|
|
|
|
|
@Column(name="SRC_SN_STATUS")
|
|
|
|
|
@ApiParam(value = "源条码状态", example = "1")
|
|
|
|
|
public Integer srcSnStatus;
|
|
|
|
|
|
|
|
|
|
@Column(name="DEST_QC_STATUS")
|
|
|
|
|
@ApiParam(value = "目的质量状态", example = "1")
|
|
|
|
|
public Integer descQcStatus;
|
|
|
|
|
|
|
|
|
|
@Column(name="DEST_SN_STATUS")
|
|
|
|
|
@ApiParam(value = "目的条码状态", example = "1")
|
|
|
|
|
public Integer destSnStatus;
|
|
|
|
|
|
|
|
|
|
public WmsMoveSn(){}
|
|
|
|
|
|
|
|
|
|
public WmsMoveSn(String partNo, Long finishedCounts ,Long waitingCounts){
|
|
|
|
|