|
|
|
@ -132,12 +132,12 @@ public class WmsCSFactTrans extends BaseBean {
|
|
|
|
|
* 60=在途,70=已隔离,80=破包,90=冻结,100=作废
|
|
|
|
|
*/
|
|
|
|
|
@Transient
|
|
|
|
|
@AnnoOutputColumn(hidden = true)
|
|
|
|
|
@ApiParam(value = "条码状态", example = "1")
|
|
|
|
|
@AnnoOutputColumn(refClass = WmsEnumUtil.STOCK_SN_STATUS.class,refForeignKey = "value",value = "description")
|
|
|
|
|
public Integer snStatus;
|
|
|
|
|
|
|
|
|
|
@Transient
|
|
|
|
|
@AnnoOutputColumn(hidden = true)
|
|
|
|
|
@AnnoOutputColumn(refClass = WmsEnumUtil.STOCK_SN_STATUS.class,refForeignKey = "value",value = "description")
|
|
|
|
|
@ApiParam(value = "条码状态(冻结时)", example = "1")
|
|
|
|
|
public Integer destSnStatus;
|
|
|
|
|
|
|
|
|
|