|
|
|
@ -12,6 +12,7 @@ import org.hibernate.annotations.DynamicUpdate;
|
|
|
|
|
import javax.persistence.Column;
|
|
|
|
|
import javax.persistence.Entity;
|
|
|
|
|
import javax.persistence.Table;
|
|
|
|
|
import javax.persistence.Transient;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* @Description : 盘点实盘信息
|
|
|
|
@ -92,4 +93,12 @@ public class WmsCSFactTrans extends BaseBean {
|
|
|
|
|
@Column(name="REMARK")
|
|
|
|
|
@ApiParam(value = "备注")
|
|
|
|
|
public String remark;
|
|
|
|
|
|
|
|
|
|
@Transient
|
|
|
|
|
@ApiParam(value = "剩余数量", example = "1")
|
|
|
|
|
public Double surplusQty;
|
|
|
|
|
|
|
|
|
|
@Transient
|
|
|
|
|
@ApiParam("源库位编号")
|
|
|
|
|
public String srcLocateNo;
|
|
|
|
|
}
|
|
|
|
|