zs
2025-05-19 3a4b2114c4bb687ccbc09b585b7d650f94e16979
HIAWms/server/src/CMS.Plugin.HIAWms.Application.Contracts/Dtos/WmsInOutStockRecord/GetWmsInOutStockRecordInput.cs
@@ -1,3 +1,4 @@
using CMS.Plugin.HIAWms.Domain.Shared.Enums;
using CmsQueryExtensions.Extension; 
using Volo.Abp.Application.Dtos; 
 
@@ -76,12 +77,22 @@
        /// <summary>
        /// 操作类型
        /// </summary>
        public int?  StockType { get; set; }
    public StockTypeEnum? StockType { get; set; }
        /// <summary>
        /// 操作类型-查询关系运算符 
        /// </summary>
        public SearchFilterModeEnum StockType_FilterMode { get; set; }= SearchFilterModeEnum.精准查询;
    /// <summary>
    /// 物料批次
    /// </summary>
    public string MaterialBatch { get; set; }
    /// <summary>
    /// 物料批次-查询关系运算符
    /// </summary>
    public SearchFilterModeEnum MaterialBatch_FilterMode { get; set; } = SearchFilterModeEnum.模糊查询;
        /// <summary>
        /// 容器编号
@@ -108,7 +119,7 @@
        /// </summary>
        //表示是 高级查询范围查询特性
        [HighSearchRangeAttribute]
        public List<string> OperateTime { get; set; }
    public string OperateTime { get; set; }
        /// <summary>
@@ -186,7 +197,7 @@
        /// </summary>
        //表示是 高级查询范围查询特性
        [HighSearchRangeAttribute]
        public List<string> CreationTime { get; set; }
    public string CreationTime { get; set; }
        /// <summary>
@@ -204,7 +215,7 @@
        /// </summary>
        //表示是 高级查询范围查询特性
        [HighSearchRangeAttribute]
        public List<string> LastModificationTime { get; set; }
    public string LastModificationTime { get; set; }
        /// <summary>
@@ -242,7 +253,8 @@
        /// </summary>
        //表示是 高级查询范围查询特性
        [HighSearchRangeAttribute]
        public List<string> DeletionTime { get; set; }
    public string DeletionTime { get; set; }