From 911a17b31eb1caa56d02a7be547176be6c259127 Mon Sep 17 00:00:00 2001 From: dengjunjie <dengjunjie@hnkhzn.com> Date: 星期一, 16 十二月 2024 21:30:23 +0800 Subject: [PATCH] 接口优化 --- 代码管理/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Basic/Dt_SupplierInfo.cs | 18 ++++++++++++++++++ 1 files changed, 18 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 91f9182..dbbba7d 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" @@ -23,6 +23,24 @@ [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "渚涘簲鍟嗙畝绉�")] public string SupplierShortName { get; set; } + [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "鑱旂郴浜�")] + public string Contacts { get; set; } + + [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "鑱旂郴鐢佃瘽")] + public string ContactNumber { get; set; } + + [SugarColumn(IsNullable = true, Length = 200, ColumnDescription = "鑱旂郴鍦板潃")] + public string ContactAddress { get; set; } + + [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "鐢靛瓙閭")] + public string Email { get; set; } + + [SugarColumn(IsNullable = true, Length = 200, ColumnDescription = "鎻忚堪")] + public string Description { get; set; } + + [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "搴撳瓨缁勭粐")] + public string InvOrgId { get; set; } + [SugarColumn(IsNullable = false, ColumnDescription = "鐘舵��")] public int Status { get; set; } } -- Gitblit v1.9.3