From 6ab0870590763e83181a47d0e42039be4287329f Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期四, 14 八月 2025 14:05:57 +0800
Subject: [PATCH] 修改附件

---
 Admin.NET/FZCTB.NET.API.Application/User/DTO/DTOS.cs |  163 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 161 insertions(+), 2 deletions(-)

diff --git a/Admin.NET/FZCTB.NET.API.Application/User/DTO/DTOS.cs b/Admin.NET/FZCTB.NET.API.Application/User/DTO/DTOS.cs
index 827245a..0711ba7 100644
--- a/Admin.NET/FZCTB.NET.API.Application/User/DTO/DTOS.cs
+++ b/Admin.NET/FZCTB.NET.API.Application/User/DTO/DTOS.cs
@@ -5,9 +5,11 @@
 // 涓嶅緱鍒╃敤鏈」鐩粠浜嬪嵄瀹冲浗瀹跺畨鍏ㄣ�佹壈涔辩ぞ浼氱З搴忋�佷镜鐘粬浜哄悎娉曟潈鐩婄瓑娉曞緥娉曡绂佹鐨勬椿鍔紒浠讳綍鍩轰簬鏈」鐩簩娆″紑鍙戣�屼骇鐢熺殑涓�鍒囨硶寰嬬籂绾峰拰璐d换锛屾垜浠笉鎵挎媴浠讳綍璐d换锛�
 
 using FZCZTB.NET.MD.ConfigMd;
+using FZCZTB.NET.MD.CutomerMd.Extend;
 using SqlSugar;
 using System;
 using System.Collections.Generic;
+using System.ComponentModel.DataAnnotations;
 using System.Linq;
 using System.Text;
 using System.Threading.Tasks;
@@ -21,7 +23,7 @@
     /// <summary>
     /// id
     /// </summary>
-    [SugarColumn(IsTreeKey = true)]  //璁剧疆鍏宠仈瀛楁
+ 
     public long Id { get; set; }
 
     /// <summary>
@@ -43,5 +45,162 @@
     /// 瀛愮被
     /// </summary>
 
-    public List<FBS_EnterpriseType> Child { get; set; }
+    public List<EnterpriseTypeVM> Child { get; set; }
 }
+
+/// <summary>
+/// 鐢ㄦ埛瑙掕壊璧勬枡
+/// </summary>
+public  class CusExtendDto
+{
+
+    /// <summary>
+    /// 涓婚敭
+    /// </summary>
+
+    public long ? Id { get; set; }
+
+    /// <summary>
+    /// 浼佷笟绫诲瀷 浠庝紒涓氱被鍨嬩腑閫夋嫨 鏉ユ簮浼佷笟绫诲瀷
+    /// </summary>
+
+    public string? EnterpriseType { get; set; }
+
+
+    /// <summary>
+    /// 浜ゆ槗涓讳綋 浠g爜 鍚岃鑹蹭唬鐮�
+    /// </summary>
+    [Required(ErrorMessage = "浜ゆ槗涓讳綋浠g爜涓哄繀濉」")] 
+    public string? TransactionCode { get; set; }
+
+    /// <summary>
+    /// 浜ゆ槗涓讳綋鍚嶇О 
+    /// </summary>
+    public string TransactionName { get; set; }
+
+    /// <summary>
+    /// 钀ヤ笟鎵х収鏂囦欢璺緞
+    /// </summary>
+
+    public string BusinessLicense { get; set; }
+
+    /// <summary>
+    /// 浼佷笟鍚嶇О
+    /// </summary>
+
+    public string EnterpriseName { get; set; }
+
+    /// <summary>
+    /// 缁熶竴绀句細淇$敤浠g爜
+    /// </summary>
+
+    public string UnifiedSocialCreditCode { get; set; }
+
+    /// <summary>
+    /// 娉ㄥ唽璧勯噾锛堝崟浣嶏細涓囧厓 锛�
+    /// </summary>
+
+    public string RegisteredCapital { get; set; }
+
+    /// <summary>
+    /// 娉曞畾浠h〃浜哄鍚�
+    /// </summary>
+
+    public string LegalRepresentativeName { get; set; }
+
+    /// <summary>
+    /// 娉曞畾浠h〃浜鸿韩浠借瘉鏂囦欢璺緞
+    /// </summary>
+
+    public string LegalRepresentativeIdCard { get; set; }
+
+    /// <summary>
+    /// 娉曞畾浠h〃浜鸿韩浠借瘉鍙风爜
+    /// </summary>
+ 
+    public string LegalRepresentativeIdNumber { get; set; }
+
+    /// <summary>
+    /// 娉曞畾浠h〃浜鸿仈绯荤數璇�
+    /// </summary>
+    [Phone(ErrorMessage = "鑱旂郴鐢佃瘽鏍煎紡涓嶆纭�")]
+
+    public string? LegalRepresentativePhone { get; set; }
+
+    /// <summary>
+    /// 浼佷笟浣忔墍锛堜笅鎷夐�夋嫨锛岄渶缁撳悎瀹為檯鍙�夊�硷紝鍏堝瓧绗︿覆鎺ユ敹 锛�
+    /// </summary>
+
+    public string Residence { get; set; }
+
+    /// <summary>
+    /// 浼佷笟鑱旂郴鐢佃瘽
+    /// </summary>
+
+    [Phone(ErrorMessage = "鑱旂郴鐢佃瘽鏍煎紡涓嶆纭�")]
+    public string? EnterprisePhone { get; set; }
+
+    /// <summary>
+    /// 浼佷笟鎴愮珛鏃堕棿
+    /// </summary>
+
+    public DateTime EstablishmentTime { get; set; }
+
+    /// <summary>
+    /// 浼佷笟涓昏惀涓氬姟
+    /// </summary>
+
+    public string MainBusiness { get; set; }
+
+    /// <summary>
+    /// 浼佷笟閭
+    /// </summary>
+ 
+    [SugarColumn(ColumnDescription = "浼佷笟閭")]
+    public string EnterpriseEmail { get; set; }
+
+    /// <summary>
+    /// 涓氬姟缁忓姙浜哄鍚�
+    /// </summary>
+
+    public string OperatorName { get; set; }
+
+    /// <summary>
+    /// 涓氬姟缁忓姙浜鸿韩浠借瘉鏂囦欢璺緞鎴栨爣璇嗭紙涓婁紶鍚庡瓨鍌ㄤ俊鎭級
+    /// </summary>
+
+ 
+    public string OperatorIdCard { get; set; }
+
+    /// <summary>
+    /// 涓氬姟缁忓姙浜鸿韩浠借瘉鍙风爜
+    /// </summary>
+
+
+    public string OperatorIdNumber { get; set; }
+
+    /// <summary>
+    /// 涓氬姟缁忓姙浜鸿仈绯荤數璇�
+    /// </summary>
+
+    [Phone(ErrorMessage = "鑱旂郴鐢佃瘽鏍煎紡涓嶆纭�")]
+    public string OperatorPhone { get; set; }
+
+    /// <summary>
+    /// 浼佷笟寮�鎴疯
+    /// </summary>
+
+
+    public string BankName { get; set; }
+
+    /// <summary>
+    /// 浼佷笟閾惰璐﹀彿
+    /// </summary>
+    public string BankAccount { get; set; }
+
+    /// <summary>
+    /// 鐘舵��
+    /// </summary>
+    public CusExtendStep? steps { set; get; }
+}
+  
\ No newline at end of file

--
Gitblit v1.9.1