zs
2025-05-19 3a4b2114c4bb687ccbc09b585b7d650f94e16979
HIAWms/server/src/CMS.Plugin.HIAWms.Application.Contracts/Dtos/WmsInOutStockOrder/GetWmsInOutStockOrderInput.cs
@@ -1,3 +1,4 @@
using CMS.Plugin.HIAWms.Domain.Shared.Enums;
using CmsQueryExtensions.Extension; 
using Volo.Abp.Application.Dtos; 
 
@@ -56,7 +57,7 @@
        /// <summary>
        /// 单据状态
        /// </summary>
        public int?  OrderStatus { get; set; }
    public OrderStatusEnum? OrderStatus { get; set; }
        /// <summary>
        /// 单据状态-查询关系运算符 
@@ -106,7 +107,7 @@
        /// <summary>
        /// 单据类型
        /// </summary>
        public int?  OrderType { get; set; }
    public OrderTypeEnum? OrderType { get; set; }
        /// <summary>
        /// 单据类型-查询关系运算符 
@@ -116,7 +117,7 @@
        /// <summary>
        /// 操作类型(枚举值)
        /// </summary>
        public int?  StockType { get; set; }
    public StockTypeEnum? StockType { get; set; }
        /// <summary>
        /// 操作类型(枚举值)-查询关系运算符 
@@ -178,7 +179,7 @@
        /// </summary>
        //表示是 高级查询范围查询特性
        [HighSearchRangeAttribute]
        public List<string> OperateTime { get; set; }
    public string OperateTime { get; set; }
        /// <summary>
@@ -212,11 +213,11 @@
        public SearchFilterModeEnum IsDisabled_FilterMode { get; set; }= SearchFilterModeEnum.精准查询;
        /// <summary>
        /// 创建时间
    ///
        /// </summary>
        //表示是 高级查询范围查询特性
        [HighSearchRangeAttribute]
        public List<string> CreationTime { get; set; }
    public string CreationTime { get; set; }
        /// <summary>
@@ -234,7 +235,7 @@
        /// </summary>
        //表示是 高级查询范围查询特性
        [HighSearchRangeAttribute]
        public List<string> LastModificationTime { get; set; }
    public string LastModificationTime { get; set; }
        /// <summary>
@@ -272,8 +273,7 @@
        /// </summary>
        //表示是 高级查询范围查询特性
        [HighSearchRangeAttribute]
        public List<string> DeletionTime { get; set; }
    public string DeletionTime { get; set; }