From 6023f73a031bf93797d1cb74e705371abd3990e6 Mon Sep 17 00:00:00 2001 From: 移动系统liao <liaoxujun@qq.com> Date: 星期五, 27 六月 2025 14:47:22 +0800 Subject: [PATCH] no message --- Admin.NET/FZCTB.NET.API.Application/User/DTO/DTOS.cs | 153 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 153 insertions(+), 0 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..952a56b 100644 --- a/Admin.NET/FZCTB.NET.API.Application/User/DTO/DTOS.cs +++ b/Admin.NET/FZCTB.NET.API.Application/User/DTO/DTOS.cs @@ -8,6 +8,7 @@ using SqlSugar; using System; using System.Collections.Generic; +using System.ComponentModel.DataAnnotations; using System.Linq; using System.Text; using System.Threading.Tasks; @@ -45,3 +46,155 @@ public List<FBS_EnterpriseType> 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 decimal 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; } +} + \ No newline at end of file -- Gitblit v1.9.1