New file |
| | |
| | | // Admin.NET 项目的版权、商标、专利和其他相关权利均受相应法律法规的保护。使用本项目应遵守相关法律法规和许可证的要求。 |
| | | // |
| | | // 本项目主要遵循 MIT 许可证和 Apache 许可证(版本 2.0)进行分发和使用。许可证位于源代码树根目录中的 LICENSE-MIT 和 LICENSE-APACHE 文件。 |
| | | // |
| | | // 不得利用本项目从事危害国家安全、扰乱社会秩序、侵犯他人合法权益等法律法规禁止的活动!任何基于本项目二次开发而产生的一切法律纠纷和责任,我们不承担任何责任! |
| | | |
| | | using FZCZTB.NET.MD.ConfigMd; |
| | | using SqlSugar; |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.ComponentModel.DataAnnotations; |
| | | using System.Linq; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | |
| | | namespace FZCTB.NET.API.Application.User.DTO; |
| | | /// <summary> |
| | | /// 企业类型 |
| | | /// </summary> |
| | | public class EnterpriseTypeVM |
| | | { |
| | | /// <summary> |
| | | /// id |
| | | /// </summary> |
| | | [SugarColumn(IsTreeKey = true)] //设置关联字段 |
| | | public long Id { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 名称 |
| | | /// </summary> |
| | | |
| | | public string Name { get; set; } |
| | | /// <summary> |
| | | /// 代码 |
| | | /// </summary> |
| | | |
| | | public string Code { get; set; } |
| | | /// <summary> |
| | | /// 父 |
| | | /// </summary> |
| | | |
| | | public long ParentId { get; set; }//父级字段 |
| | | /// <summary> |
| | | /// 子类 |
| | | /// </summary> |
| | | |
| | | 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> |
| | | /// 交易主体 代码 同角色代码 |
| | | /// </summary> |
| | | [Required(ErrorMessage = "交易主体代码为必填项")] |
| | | 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> |
| | | /// 统一社会信用代码 |
| | | /// </summary> |
| | | |
| | | public string UnifiedSocialCreditCode { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 注册资金(单位:万元 ) |
| | | /// </summary> |
| | | |
| | | public decimal RegisteredCapital { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 法定代表人姓名 |
| | | /// </summary> |
| | | |
| | | public string LegalRepresentativeName { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 法定代表人身份证文件路径 |
| | | /// </summary> |
| | | |
| | | public string LegalRepresentativeIdCard { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 法定代表人身份证号码 |
| | | /// </summary> |
| | | |
| | | public string LegalRepresentativeIdNumber { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 法定代表人联系电话 |
| | | /// </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; } |
| | | } |
| | | |