删除权限注解,出入库移库
This commit is contained in:
@@ -62,5 +62,9 @@ public class WmsStockIoDetail extends BaseEntity {
|
||||
*/
|
||||
@TableLogic
|
||||
private Integer delFlag;
|
||||
/**
|
||||
* 源库位ID(移库时使用)
|
||||
*/
|
||||
private Long fromWarehouseId;
|
||||
|
||||
}
|
||||
|
||||
@@ -72,5 +72,10 @@ public class WmsStockIoDetailBo extends BaseEntity {
|
||||
*/
|
||||
private String remark;
|
||||
|
||||
/**
|
||||
* 源库位ID(移库时使用)
|
||||
*/
|
||||
private Long fromWarehouseId;
|
||||
|
||||
|
||||
}
|
||||
|
||||
@@ -75,5 +75,10 @@ public class WmsStockIoDetailVo {
|
||||
@ExcelProperty(value = "备注")
|
||||
private String remark;
|
||||
|
||||
/**
|
||||
* 源库位ID(移库时使用)
|
||||
*/
|
||||
private Long fromWarehouseId;
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user