From 70f22c9c06c7dfe2a2a83c0d2fcc79892dba7d8f Mon Sep 17 00:00:00 2001 From: hutongqing <hutongqing@hnkhzn.com> Date: 星期三, 18 十二月 2024 17:08:29 +0800 Subject: [PATCH] 1 --- 代码管理/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Basic/Dt_SupplierInfo.cs | 36 ++++++++++++++++++++++++++++++++++++ 1 files changed, 36 insertions(+), 0 deletions(-) diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Basic/Dt_SupplierInfo.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Basic/Dt_SupplierInfo.cs" index dbbba7d..557e906 100644 --- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Basic/Dt_SupplierInfo.cs" +++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Basic/Dt_SupplierInfo.cs" @@ -8,39 +8,75 @@ namespace WIDESEA_Model.Models { + /// <summary> + /// 渚涘簲鍟嗕俊鎭� + /// </summary> [SugarTable(nameof(Dt_SupplierInfo), "渚涘簲鍟嗕俊鎭�")] public class Dt_SupplierInfo : BaseEntity { + /// <summary> + /// 涓婚敭 + /// </summary> [SugarColumn(IsPrimaryKey = true, IsIdentity = true, ColumnDescription = "涓婚敭")] public int Id { get; set; } + /// <summary> + /// 渚涘簲鍟嗙紪鐮� + /// </summary> [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "渚涘簲鍟嗙紪鐮�")] public string SupplierCode { get; set; } + /// <summary> + /// 渚涘簲鍟嗗悕绉� + /// </summary> [SugarColumn(IsNullable = true, Length = 200, ColumnDescription = "渚涘簲鍟嗗悕绉�")] public string SupplierName { get; set; } + /// <summary> + /// 渚涘簲鍟嗙畝绉� + /// </summary> [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "渚涘簲鍟嗙畝绉�")] public string SupplierShortName { get; set; } + /// <summary> + /// 鑱旂郴浜� + /// </summary> [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "鑱旂郴浜�")] public string Contacts { get; set; } + /// <summary> + /// 鑱旂郴鐢佃瘽 + /// </summary> [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "鑱旂郴鐢佃瘽")] public string ContactNumber { get; set; } + /// <summary> + /// 鑱旂郴鍦板潃 + /// </summary> [SugarColumn(IsNullable = true, Length = 200, ColumnDescription = "鑱旂郴鍦板潃")] public string ContactAddress { get; set; } + /// <summary> + /// 鐢靛瓙閭 + /// </summary> [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "鐢靛瓙閭")] public string Email { get; set; } + /// <summary> + /// 鎻忚堪 + /// </summary> [SugarColumn(IsNullable = true, Length = 200, ColumnDescription = "鎻忚堪")] public string Description { get; set; } + /// <summary> + /// 搴撳瓨缁勭粐 + /// </summary> [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "搴撳瓨缁勭粐")] public string InvOrgId { get; set; } + /// <summary> + /// 鐘舵�� + /// </summary> [SugarColumn(IsNullable = false, ColumnDescription = "鐘舵��")] public int Status { get; set; } } -- Gitblit v1.9.3