Commit ec27f27e authored by 吴春's avatar 吴春

提交代码

parent 47c09fc1
using System;
using System.Collections.Generic;
using System.Text;
using Mall.Common.Enum.MiAi;
using VT.FW.DB;
namespace Mall.Model.Entity.Miai
......@@ -27,7 +28,7 @@ namespace Mall.Model.Entity.Miai
/// <summary>
/// 性别
/// 性别1-男,2-女
/// </summary>
public int Sex { get; set; }
......@@ -51,12 +52,12 @@ namespace Mall.Model.Entity.Miai
/// <summary>
/// 学历
/// </summary>
public int EducationType { get; set; }
public EducationTypeEnum? EducationType { get; set; }
/// <summary>
/// 婚姻
/// </summary>
public int Marriage { get; set; }
public MarriageEnum? Marriage { get; set; }
/// <summary>
......@@ -64,6 +65,11 @@ namespace Mall.Model.Entity.Miai
/// </summary>
public string RealName { get; set; }
/// <summary>
/// 身份证号
/// </summary>
public string IDCardNo { get; set; }
/// <summary>
/// 身份证号
/// </summary>
......@@ -74,6 +80,7 @@ namespace Mall.Model.Entity.Miai
/// </summary>
public string IDCardBack { get; set; }
/// <summary>
/// 商户号Id
/// </summary>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment