Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mall.oytour.com
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
黄奎
mall.oytour.com
Commits
ec27f27e
Commit
ec27f27e
authored
Feb 21, 2021
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交代码
parent
47c09fc1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
3 deletions
+10
-3
RB_MiAi_BaseInfo.cs
Mall.Model/Entity/Miai/RB_MiAi_BaseInfo.cs
+10
-3
No files found.
Mall.Model/Entity/Miai/RB_MiAi_BaseInfo.cs
View file @
ec27f27e
using
System
;
using
System
;
using
System.Collections.Generic
;
using
System.Collections.Generic
;
using
System.Text
;
using
System.Text
;
using
Mall.Common.Enum.MiAi
;
using
VT.FW.DB
;
using
VT.FW.DB
;
namespace
Mall.Model.Entity.Miai
namespace
Mall.Model.Entity.Miai
...
@@ -27,7 +28,7 @@ namespace Mall.Model.Entity.Miai
...
@@ -27,7 +28,7 @@ namespace Mall.Model.Entity.Miai
/// <summary>
/// <summary>
/// 性别
/// 性别
1-男,2-女
/// </summary>
/// </summary>
public
int
Sex
{
get
;
set
;
}
public
int
Sex
{
get
;
set
;
}
...
@@ -51,12 +52,12 @@ namespace Mall.Model.Entity.Miai
...
@@ -51,12 +52,12 @@ namespace Mall.Model.Entity.Miai
/// <summary>
/// <summary>
/// 学历
/// 学历
/// </summary>
/// </summary>
public
int
EducationType
{
get
;
set
;
}
public
EducationTypeEnum
?
EducationType
{
get
;
set
;
}
/// <summary>
/// <summary>
/// 婚姻
/// 婚姻
/// </summary>
/// </summary>
public
int
Marriage
{
get
;
set
;
}
public
MarriageEnum
?
Marriage
{
get
;
set
;
}
/// <summary>
/// <summary>
...
@@ -64,6 +65,11 @@ namespace Mall.Model.Entity.Miai
...
@@ -64,6 +65,11 @@ namespace Mall.Model.Entity.Miai
/// </summary>
/// </summary>
public
string
RealName
{
get
;
set
;
}
public
string
RealName
{
get
;
set
;
}
/// <summary>
/// 身份证号
/// </summary>
public
string
IDCardNo
{
get
;
set
;
}
/// <summary>
/// <summary>
/// 身份证号
/// 身份证号
/// </summary>
/// </summary>
...
@@ -74,6 +80,7 @@ namespace Mall.Model.Entity.Miai
...
@@ -74,6 +80,7 @@ namespace Mall.Model.Entity.Miai
/// </summary>
/// </summary>
public
string
IDCardBack
{
get
;
set
;
}
public
string
IDCardBack
{
get
;
set
;
}
/// <summary>
/// <summary>
/// 商户号Id
/// 商户号Id
/// </summary>
/// </summary>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment