移动系统liao
昨天 9f3ead22a8198d33891a0f8f23faec15dcfc731a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
// Admin.NET 项目的版权、商标、专利和其他相关权利均受相应法律法规的保护。使用本项目应遵守相关法律法规和许可证的要求。
//
// 本项目主要遵循 MIT 许可证和 Apache 许可证(版本 2.0)进行分发和使用。许可证位于源代码树根目录中的 LICENSE-MIT 和 LICENSE-APACHE 文件。
//
// 不得利用本项目从事危害国家安全、扰乱社会秩序、侵犯他人合法权益等法律法规禁止的活动!任何基于本项目二次开发而产生的一切法律纠纷和责任,我们不承担任何责任!
 
using Admin.NET.Core;
using System.ComponentModel.DataAnnotations;
using Magicodes.ExporterAndImporter.Core;
using Magicodes.ExporterAndImporter.Excel;
using FZCZTB.NET.MD.CutomerMd.Extend;
 
namespace FZCZTB.Net.CustomerSYSTem;
 
/// <summary>
/// 企业资料基础输入参数
/// </summary>
public class FBS_CusExtendBaseInput
{
    /// <summary>
    /// 主键Id
    /// </summary>
    public virtual long? Id { get; set; }
    
    /// <summary>
    /// 用户ID
    /// </summary>
    [Required(ErrorMessage = "用户ID不能为空")]
    public virtual long? CustomerId { get; set; }
    
    /// <summary>
    /// 企业类型 
    /// </summary>
    [Required(ErrorMessage = "企业类型 不能为空")]
    public virtual string EnterpriseType { get; set; }
    
    /// <summary>
    /// 交易主体code
    /// </summary>
    [Required(ErrorMessage = "交易主体code不能为空")]
    public virtual string TransactionCode { get; set; }
    
    /// <summary>
    /// 营业执照文件路径
    /// </summary>
    [Required(ErrorMessage = "营业执照文件路径不能为空")]
    public virtual string BusinessLicense { get; set; }
    
    /// <summary>
    /// 企业名称
    /// </summary>
    [Required(ErrorMessage = "企业名称不能为空")]
    public virtual string EnterpriseName { get; set; }
    
    /// <summary>
    /// 统一社会信用代码
    /// </summary>
    [Required(ErrorMessage = "统一社会信用代码不能为空")]
    public virtual string UnifiedSocialCreditCode { get; set; }
    
    /// <summary>
    /// 注册资金
    /// </summary>
    [Required(ErrorMessage = "注册资金不能为空")]
    public virtual string RegisteredCapital { get; set; }
    
    /// <summary>
    /// 法定代表人姓名
    /// </summary>
    [Required(ErrorMessage = "法定代表人姓名不能为空")]
    public virtual string LegalRepresentativeName { get; set; }
    
    /// <summary>
    /// 法定代表人身份证文件路径
    /// </summary>
    [Required(ErrorMessage = "法定代表人身份证文件路径不能为空")]
    public virtual string LegalRepresentativeIdCard { get; set; }
    
    /// <summary>
    /// 法定代表人姓名
    /// </summary>
    [Required(ErrorMessage = "法定代表人姓名不能为空")]
    public virtual string LegalRepresentativeIdNumber { get; set; }
    
    /// <summary>
    /// 法定代表人姓名
    /// </summary>
    [Required(ErrorMessage = "法定代表人姓名不能为空")]
    public virtual string LegalRepresentativePhone { get; set; }
    
    /// <summary>
    /// 企业住所
    /// </summary>
    [Required(ErrorMessage = "企业住所不能为空")]
    public virtual string Residence { get; set; }
    
    /// <summary>
    /// 企业联系电话
    /// </summary>
    [Required(ErrorMessage = "企业联系电话不能为空")]
    public virtual string EnterprisePhone { get; set; }
    
    /// <summary>
    /// 企业成立时间
    /// </summary>
    [Required(ErrorMessage = "企业成立时间不能为空")]
    public virtual DateTime EstablishmentTime { get; set; }
    
    /// <summary>
    /// 企业主营业务
    /// </summary>
    public virtual string? MainBusiness { get; set; }
    
    /// <summary>
    /// 企业邮箱
    /// </summary>
    [Required(ErrorMessage = "企业邮箱不能为空")]
    public virtual string EnterpriseEmail { get; set; }
    
    /// <summary>
    /// 业务经办人姓名
    /// </summary>
    public virtual string? OperatorName { get; set; }
    
    /// <summary>
    /// 业务经办人身份证文件路径或标识
    /// </summary>
    public virtual string? OperatorIdCard { get; set; }
    
    /// <summary>
    /// 法定代表人姓名
    /// </summary>
    public virtual string? OperatorIdNumber { get; set; }
    
    /// <summary>
    /// 法定代表人姓名
    /// </summary>
    public virtual string? OperatorPhone { get; set; }
    
    /// <summary>
    /// 法定代表人姓名
    /// </summary>
    [Required(ErrorMessage = "法定代表人姓名不能为空")]
    public virtual string BankName { get; set; }
    
    /// <summary>
    /// 法定代表人姓名
    /// </summary>
    [Required(ErrorMessage = "法定代表人姓名不能为空")]
    public virtual string BankAccount { get; set; }
    
    /// <summary>
    /// 审核步骤
    /// </summary>
    [Dict("CusExtendStep", AllowNullValue=true)]
    [Required(ErrorMessage = "审核步骤不能为空")]
    public virtual int? steps { get; set; }
    
}
 
/// <summary>
/// 企业资料分页查询输入参数
/// </summary>
public class PageFBS_CusExtendInput : BasePageInput
{
    /// <summary>
    /// 用户ID
    /// </summary>
    public long? CustomerId { get; set; }
    
    /// <summary>
    /// 企业类型 
    /// </summary>
    public string EnterpriseType { get; set; }
    
    /// <summary>
    /// 交易主体code
    /// </summary>
    public string TransactionCode { 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 string 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>
    public string LegalRepresentativePhone { get; set; }
    
    /// <summary>
    /// 企业住所
    /// </summary>
    public string Residence { get; set; }
    
    /// <summary>
    /// 企业联系电话
    /// </summary>
    public string EnterprisePhone { get; set; }
    
    /// <summary>
    /// 企业成立时间范围
    /// </summary>
     public DateTime?[] EstablishmentTimeRange { get; set; }
    
    /// <summary>
    /// 企业主营业务
    /// </summary>
    public string? MainBusiness { get; set; }
    
    /// <summary>
    /// 企业邮箱
    /// </summary>
    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>
    public string? OperatorPhone { get; set; }
    
    /// <summary>
    /// 法定代表人姓名
    /// </summary>
    public string BankName { get; set; }
    
    /// <summary>
    /// 法定代表人姓名
    /// </summary>
    public string BankAccount { get; set; }
    
    /// <summary>
    /// 审核步骤
    /// </summary>
 
    public CusExtendStep? steps { get; set; }
    
    /// <summary>
    /// 选中主键列表
    /// </summary>
     public List<long> SelectKeyList { get; set; }
}
 
/// <summary>
/// 企业资料增加输入参数
/// </summary>
public class AddFBS_CusExtendInput
{
    /// <summary>
    /// 用户ID
    /// </summary>
    [Required(ErrorMessage = "用户ID不能为空")]
    public long? CustomerId { get; set; }
    
    /// <summary>
    /// 企业类型 
    /// </summary>
    [Required(ErrorMessage = "企业类型 不能为空")]
    [MaxLength(255, ErrorMessage = "企业类型 字符长度不能超过255")]
    public string EnterpriseType { get; set; }
    
    /// <summary>
    /// 交易主体code
    /// </summary>
    [Required(ErrorMessage = "交易主体code不能为空")]
    [MaxLength(255, ErrorMessage = "交易主体code字符长度不能超过255")]
    public string TransactionCode { get; set; }
    
    /// <summary>
    /// 营业执照文件路径
    /// </summary>
    [Required(ErrorMessage = "营业执照文件路径不能为空")]
    [MaxLength(255, ErrorMessage = "营业执照文件路径字符长度不能超过255")]
    public string BusinessLicense { get; set; }
    
    /// <summary>
    /// 企业名称
    /// </summary>
    [Required(ErrorMessage = "企业名称不能为空")]
    [MaxLength(255, ErrorMessage = "企业名称字符长度不能超过255")]
    public string EnterpriseName { get; set; }
    
    /// <summary>
    /// 统一社会信用代码
    /// </summary>
    [Required(ErrorMessage = "统一社会信用代码不能为空")]
    [MaxLength(255, ErrorMessage = "统一社会信用代码字符长度不能超过255")]
    public string UnifiedSocialCreditCode { get; set; }
    
    /// <summary>
    /// 注册资金
    /// </summary>
    [Required(ErrorMessage = "注册资金不能为空")]
    [MaxLength(255, ErrorMessage = "注册资金字符长度不能超过255")]
    public string RegisteredCapital { get; set; }
    
    /// <summary>
    /// 法定代表人姓名
    /// </summary>
    [Required(ErrorMessage = "法定代表人姓名不能为空")]
    [MaxLength(255, ErrorMessage = "法定代表人姓名字符长度不能超过255")]
    public string LegalRepresentativeName { get; set; }
    
    /// <summary>
    /// 法定代表人身份证文件路径
    /// </summary>
    [Required(ErrorMessage = "法定代表人身份证文件路径不能为空")]
    [MaxLength(255, ErrorMessage = "法定代表人身份证文件路径字符长度不能超过255")]
    public string LegalRepresentativeIdCard { get; set; }
    
    /// <summary>
    /// 法定代表人姓名
    /// </summary>
    [Required(ErrorMessage = "法定代表人姓名不能为空")]
    [MaxLength(255, ErrorMessage = "法定代表人姓名字符长度不能超过255")]
    public string LegalRepresentativeIdNumber { get; set; }
    
    /// <summary>
    /// 法定代表人姓名
    /// </summary>
    [Required(ErrorMessage = "法定代表人姓名不能为空")]
    [MaxLength(255, ErrorMessage = "法定代表人姓名字符长度不能超过255")]
    public string LegalRepresentativePhone { get; set; }
    
    /// <summary>
    /// 企业住所
    /// </summary>
    [Required(ErrorMessage = "企业住所不能为空")]
    [MaxLength(255, ErrorMessage = "企业住所字符长度不能超过255")]
    public string Residence { get; set; }
    
    /// <summary>
    /// 企业联系电话
    /// </summary>
    [Required(ErrorMessage = "企业联系电话不能为空")]
    [MaxLength(255, ErrorMessage = "企业联系电话字符长度不能超过255")]
    public string EnterprisePhone { get; set; }
    
    /// <summary>
    /// 企业成立时间
    /// </summary>
    [Required(ErrorMessage = "企业成立时间不能为空")]
    public DateTime EstablishmentTime { get; set; }
    
    /// <summary>
    /// 企业主营业务
    /// </summary>
    public string? MainBusiness { get; set; }
    
    /// <summary>
    /// 企业邮箱
    /// </summary>
    [Required(ErrorMessage = "企业邮箱不能为空")]
    [MaxLength(255, ErrorMessage = "企业邮箱字符长度不能超过255")]
    public string EnterpriseEmail { get; set; }
    
    /// <summary>
    /// 业务经办人姓名
    /// </summary>
    [MaxLength(255, ErrorMessage = "业务经办人姓名字符长度不能超过255")]
    public string? OperatorName { get; set; }
    
    /// <summary>
    /// 业务经办人身份证文件路径或标识
    /// </summary>
    [MaxLength(255, ErrorMessage = "业务经办人身份证文件路径或标识字符长度不能超过255")]
    public string? OperatorIdCard { get; set; }
    
    /// <summary>
    /// 法定代表人姓名
    /// </summary>
    [MaxLength(255, ErrorMessage = "法定代表人姓名字符长度不能超过255")]
    public string? OperatorIdNumber { get; set; }
    
    /// <summary>
    /// 法定代表人姓名
    /// </summary>
    [MaxLength(255, ErrorMessage = "法定代表人姓名字符长度不能超过255")]
    public string? OperatorPhone { get; set; }
    
    /// <summary>
    /// 法定代表人姓名
    /// </summary>
    [Required(ErrorMessage = "法定代表人姓名不能为空")]
    [MaxLength(255, ErrorMessage = "法定代表人姓名字符长度不能超过255")]
    public string BankName { get; set; }
    
    /// <summary>
    /// 法定代表人姓名
    /// </summary>
    [Required(ErrorMessage = "法定代表人姓名不能为空")]
    [MaxLength(255, ErrorMessage = "法定代表人姓名字符长度不能超过255")]
    public string BankAccount { get; set; }
    
    /// <summary>
    /// 审核步骤
    /// </summary>
    [Dict("CusExtendStep", AllowNullValue=true)]
    [Required(ErrorMessage = "审核步骤不能为空")]
    public int? steps { get; set; }
    
}
 
/// <summary>
/// 企业资料删除输入参数
/// </summary>
public class DeleteFBS_CusExtendInput
{
    /// <summary>
    /// 主键Id
    /// </summary>
    [Required(ErrorMessage = "主键Id不能为空")]
    public long? Id { get; set; }
    
}
 
/// <summary>
/// 企业资料更新输入参数
/// </summary>
public class UpdateFBS_CusExtendInput
{
    /// <summary>
    /// 主键Id
    /// </summary>    
    [Required(ErrorMessage = "主键Id不能为空")]
    public long? Id { get; set; }
    
    /// <summary>
    /// 用户ID
    /// </summary>    
    [Required(ErrorMessage = "用户ID不能为空")]
    public long? CustomerId { get; set; }
    
    /// <summary>
    /// 企业类型 
    /// </summary>    
    [Required(ErrorMessage = "企业类型 不能为空")]
    [MaxLength(255, ErrorMessage = "企业类型 字符长度不能超过255")]
    public string EnterpriseType { get; set; }
    
    /// <summary>
    /// 交易主体code
    /// </summary>    
    [Required(ErrorMessage = "交易主体code不能为空")]
    [MaxLength(255, ErrorMessage = "交易主体code字符长度不能超过255")]
    public string TransactionCode { get; set; }
    
    /// <summary>
    /// 营业执照文件路径
    /// </summary>    
    [Required(ErrorMessage = "营业执照文件路径不能为空")]
    [MaxLength(255, ErrorMessage = "营业执照文件路径字符长度不能超过255")]
    public string BusinessLicense { get; set; }
    
    /// <summary>
    /// 企业名称
    /// </summary>    
    [Required(ErrorMessage = "企业名称不能为空")]
    [MaxLength(255, ErrorMessage = "企业名称字符长度不能超过255")]
    public string EnterpriseName { get; set; }
    
    /// <summary>
    /// 统一社会信用代码
    /// </summary>    
    [Required(ErrorMessage = "统一社会信用代码不能为空")]
    [MaxLength(255, ErrorMessage = "统一社会信用代码字符长度不能超过255")]
    public string UnifiedSocialCreditCode { get; set; }
    
    /// <summary>
    /// 注册资金
    /// </summary>    
    [Required(ErrorMessage = "注册资金不能为空")]
    [MaxLength(255, ErrorMessage = "注册资金字符长度不能超过255")]
    public string RegisteredCapital { get; set; }
    
    /// <summary>
    /// 法定代表人姓名
    /// </summary>    
    [Required(ErrorMessage = "法定代表人姓名不能为空")]
    [MaxLength(255, ErrorMessage = "法定代表人姓名字符长度不能超过255")]
    public string LegalRepresentativeName { get; set; }
    
    /// <summary>
    /// 法定代表人身份证文件路径
    /// </summary>    
    [Required(ErrorMessage = "法定代表人身份证文件路径不能为空")]
    [MaxLength(255, ErrorMessage = "法定代表人身份证文件路径字符长度不能超过255")]
    public string LegalRepresentativeIdCard { get; set; }
    
    /// <summary>
    /// 法定代表人姓名
    /// </summary>    
    [Required(ErrorMessage = "法定代表人姓名不能为空")]
    [MaxLength(255, ErrorMessage = "法定代表人姓名字符长度不能超过255")]
    public string LegalRepresentativeIdNumber { get; set; }
    
    /// <summary>
    /// 法定代表人姓名
    /// </summary>    
    [Required(ErrorMessage = "法定代表人姓名不能为空")]
    [MaxLength(255, ErrorMessage = "法定代表人姓名字符长度不能超过255")]
    public string LegalRepresentativePhone { get; set; }
    
    /// <summary>
    /// 企业住所
    /// </summary>    
    [Required(ErrorMessage = "企业住所不能为空")]
    [MaxLength(255, ErrorMessage = "企业住所字符长度不能超过255")]
    public string Residence { get; set; }
    
    /// <summary>
    /// 企业联系电话
    /// </summary>    
    [Required(ErrorMessage = "企业联系电话不能为空")]
    [MaxLength(255, ErrorMessage = "企业联系电话字符长度不能超过255")]
    public string EnterprisePhone { get; set; }
    
    /// <summary>
    /// 企业成立时间
    /// </summary>    
    [Required(ErrorMessage = "企业成立时间不能为空")]
    public DateTime EstablishmentTime { get; set; }
    
    /// <summary>
    /// 企业主营业务
    /// </summary>    
    public string? MainBusiness { get; set; }
    
    /// <summary>
    /// 企业邮箱
    /// </summary>    
    [Required(ErrorMessage = "企业邮箱不能为空")]
    [MaxLength(255, ErrorMessage = "企业邮箱字符长度不能超过255")]
    public string EnterpriseEmail { get; set; }
    
    /// <summary>
    /// 业务经办人姓名
    /// </summary>    
    [MaxLength(255, ErrorMessage = "业务经办人姓名字符长度不能超过255")]
    public string? OperatorName { get; set; }
    
    /// <summary>
    /// 业务经办人身份证文件路径或标识
    /// </summary>    
    [MaxLength(255, ErrorMessage = "业务经办人身份证文件路径或标识字符长度不能超过255")]
    public string? OperatorIdCard { get; set; }
    
    /// <summary>
    /// 法定代表人姓名
    /// </summary>    
    [MaxLength(255, ErrorMessage = "法定代表人姓名字符长度不能超过255")]
    public string? OperatorIdNumber { get; set; }
    
    /// <summary>
    /// 法定代表人姓名
    /// </summary>    
    [MaxLength(255, ErrorMessage = "法定代表人姓名字符长度不能超过255")]
    public string? OperatorPhone { get; set; }
    
    /// <summary>
    /// 法定代表人姓名
    /// </summary>    
    [Required(ErrorMessage = "法定代表人姓名不能为空")]
    [MaxLength(255, ErrorMessage = "法定代表人姓名字符长度不能超过255")]
    public string BankName { get; set; }
    
    /// <summary>
    /// 法定代表人姓名
    /// </summary>    
    [Required(ErrorMessage = "法定代表人姓名不能为空")]
    [MaxLength(255, ErrorMessage = "法定代表人姓名字符长度不能超过255")]
    public string BankAccount { get; set; }
    
    /// <summary>
    /// 审核步骤
    /// </summary>    
    [Dict("CusExtendStep", AllowNullValue=true)]
    [Required(ErrorMessage = "审核步骤不能为空")]
    public CusExtendStep? steps { get; set; }
    
}
 
/// <summary>
/// 企业资料主键查询输入参数
/// </summary>
public class QueryByIdFBS_CusExtendInput : DeleteFBS_CusExtendInput
{
}
 
/// <summary>
/// 企业资料数据导入实体
/// </summary>
[ExcelImporter(SheetIndex = 1, IsOnlyErrorRows = true)]
public class ImportFBS_CusExtendInput : BaseImportInput
{
    /// <summary>
    /// 用户ID
    /// </summary>
    [ImporterHeader(Name = "*用户ID")]
    [ExporterHeader("*用户ID", Format = "", Width = 25, IsBold = true)]
    public long? CustomerId { get; set; }
    
    /// <summary>
    /// 企业类型 
    /// </summary>
    [ImporterHeader(Name = "*企业类型 ")]
    [ExporterHeader("*企业类型 ", Format = "", Width = 25, IsBold = true)]
    public string EnterpriseType { get; set; }
    
    /// <summary>
    /// 交易主体code
    /// </summary>
    [ImporterHeader(Name = "*交易主体code")]
    [ExporterHeader("*交易主体code", Format = "", Width = 25, IsBold = true)]
    public string TransactionCode { get; set; }
    
    /// <summary>
    /// 营业执照文件路径
    /// </summary>
    [ImporterHeader(Name = "*营业执照文件路径")]
    [ExporterHeader("*营业执照文件路径", Format = "", Width = 25, IsBold = true)]
    public string BusinessLicense { get; set; }
    
    /// <summary>
    /// 企业名称
    /// </summary>
    [ImporterHeader(Name = "*企业名称")]
    [ExporterHeader("*企业名称", Format = "", Width = 25, IsBold = true)]
    public string EnterpriseName { get; set; }
    
    /// <summary>
    /// 统一社会信用代码
    /// </summary>
    [ImporterHeader(Name = "*统一社会信用代码")]
    [ExporterHeader("*统一社会信用代码", Format = "", Width = 25, IsBold = true)]
    public string UnifiedSocialCreditCode { get; set; }
    
    /// <summary>
    /// 注册资金
    /// </summary>
    [ImporterHeader(Name = "*注册资金")]
    [ExporterHeader("*注册资金", Format = "", Width = 25, IsBold = true)]
    public string RegisteredCapital { get; set; }
    
    /// <summary>
    /// 法定代表人姓名
    /// </summary>
    [ImporterHeader(Name = "*法定代表人姓名")]
    [ExporterHeader("*法定代表人姓名", Format = "", Width = 25, IsBold = true)]
    public string LegalRepresentativeName { get; set; }
    
    /// <summary>
    /// 法定代表人身份证文件路径
    /// </summary>
    [ImporterHeader(Name = "*法定代表人身份证文件路径")]
    [ExporterHeader("*法定代表人身份证文件路径", Format = "", Width = 25, IsBold = true)]
    public string LegalRepresentativeIdCard { get; set; }
    
    /// <summary>
    /// 法定代表人姓名
    /// </summary>
    [ImporterHeader(Name = "*法定代表人姓名")]
    [ExporterHeader("*法定代表人姓名", Format = "", Width = 25, IsBold = true)]
    public string LegalRepresentativeIdNumber { get; set; }
    
    /// <summary>
    /// 法定代表人姓名
    /// </summary>
    [ImporterHeader(Name = "*法定代表人姓名")]
    [ExporterHeader("*法定代表人姓名", Format = "", Width = 25, IsBold = true)]
    public string LegalRepresentativePhone { get; set; }
    
    /// <summary>
    /// 企业住所
    /// </summary>
    [ImporterHeader(Name = "*企业住所")]
    [ExporterHeader("*企业住所", Format = "", Width = 25, IsBold = true)]
    public string Residence { get; set; }
    
    /// <summary>
    /// 企业联系电话
    /// </summary>
    [ImporterHeader(Name = "*企业联系电话")]
    [ExporterHeader("*企业联系电话", Format = "", Width = 25, IsBold = true)]
    public string EnterprisePhone { get; set; }
    
    /// <summary>
    /// 企业成立时间
    /// </summary>
    [ImporterHeader(Name = "*企业成立时间")]
    [ExporterHeader("*企业成立时间", Format = "", Width = 25, IsBold = true)]
    public DateTime EstablishmentTime { get; set; }
    
    /// <summary>
    /// 企业主营业务
    /// </summary>
    [ImporterHeader(Name = "企业主营业务")]
    [ExporterHeader("企业主营业务", Format = "", Width = 25, IsBold = true)]
    public string? MainBusiness { get; set; }
    
    /// <summary>
    /// 企业邮箱
    /// </summary>
    [ImporterHeader(Name = "*企业邮箱")]
    [ExporterHeader("*企业邮箱", Format = "", Width = 25, IsBold = true)]
    public string EnterpriseEmail { get; set; }
    
    /// <summary>
    /// 业务经办人姓名
    /// </summary>
    [ImporterHeader(Name = "业务经办人姓名")]
    [ExporterHeader("业务经办人姓名", Format = "", Width = 25, IsBold = true)]
    public string? OperatorName { get; set; }
    
    /// <summary>
    /// 业务经办人身份证文件路径或标识
    /// </summary>
    [ImporterHeader(Name = "业务经办人身份证文件路径或标识")]
    [ExporterHeader("业务经办人身份证文件路径或标识", Format = "", Width = 25, IsBold = true)]
    public string? OperatorIdCard { get; set; }
    
    /// <summary>
    /// 法定代表人姓名
    /// </summary>
    [ImporterHeader(Name = "法定代表人姓名")]
    [ExporterHeader("法定代表人姓名", Format = "", Width = 25, IsBold = true)]
    public string? OperatorIdNumber { get; set; }
    
    /// <summary>
    /// 法定代表人姓名
    /// </summary>
    [ImporterHeader(Name = "法定代表人姓名")]
    [ExporterHeader("法定代表人姓名", Format = "", Width = 25, IsBold = true)]
    public string? OperatorPhone { get; set; }
    
    /// <summary>
    /// 法定代表人姓名
    /// </summary>
    [ImporterHeader(Name = "*法定代表人姓名")]
    [ExporterHeader("*法定代表人姓名", Format = "", Width = 25, IsBold = true)]
    public string BankName { get; set; }
    
    /// <summary>
    /// 法定代表人姓名
    /// </summary>
    [ImporterHeader(Name = "*法定代表人姓名")]
    [ExporterHeader("*法定代表人姓名", Format = "", Width = 25, IsBold = true)]
    public string BankAccount { get; set; }
    
    /// <summary>
    /// 审核步骤 关联值
    /// </summary>
    [ImporterHeader(IsIgnore = true)]
    [ExporterHeader(IsIgnore = true)]
    public CusExtendStep? steps { get; set; }
    
    ///// <summary>
    ///// 审核步骤 文本
    ///// </summary>
    //[Dict("CusExtendStep")]
    //[ImporterHeader(Name = "*审核步骤")]
    //[ExporterHeader("*审核步骤", Format = "", Width = 25, IsBold = true)]
    //public string stepsDictLabel { get; set; }
    
}