新增record_type字段区分扫码枪录入还是采购录入明细表,以及注释扫码枪代码,修改出入库移库逻辑
This commit is contained in:
@@ -66,5 +66,9 @@ public class WmsStockIoDetail extends BaseEntity {
|
||||
* 源库位ID(移库时使用)
|
||||
*/
|
||||
private Long fromWarehouseId;
|
||||
/**
|
||||
* 记录类型,0:详情,1:扫码枪记录
|
||||
*/
|
||||
private Integer recordType;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user