payne
2024-04-25 d6883f7f2dc6f60b4378b6c4d456750de7084c77
iWare_RawMaterialWarehouse_Wms/Admin.NET.Application/Service/WmsBase/BaseCustomer/Dto/BaseCustomerOutput.cs
@@ -4,7 +4,7 @@
namespace Admin.NET.Application
{
    /// <summary>
    /// 客户档案输出参数
    /// 往来单位输出参数
    /// </summary>
    public class BaseCustomerOutput
    {
@@ -31,7 +31,7 @@
        /// <summary>
        /// 类型
        /// </summary>
        public int CustType { get; set; }
        public Admin.NET.Core.BaseCustomerTypeEnum CustType { get; set; }
        
        /// <summary>
        /// 类型名称
@@ -81,7 +81,7 @@
        /// <summary>
        /// Id主键
        /// </summary>
        public long? Id { get; set; }
        public long Id { get; set; }
        
        /// <summary>
        /// 创建时间