feat(库存管理): 添加隐藏零库存功能并优化查询排序
在库存DTO中添加IsHideZero属性用于过滤零库存 服务层增加对零库存的过滤条件及按批次号和位置码排序
This commit is contained in:
@@ -15,6 +15,8 @@ namespace DOAN.Model.BZFM.Dto
|
||||
|
||||
public string SupplierName { get; set; }
|
||||
public string BatchNo { get; set; }
|
||||
|
||||
public bool IsHideZero { get; set; }
|
||||
}
|
||||
public class MmInventoryRevokeDto
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user