|  | @@ -15,74 +15,74 @@ namespace OASystem.Domain.Entities.Resource
 | 
												
													
														
															|  |          /// <summary>
 |  |          /// <summary>
 | 
												
													
														
															|  |          /// 所在地区
 |  |          /// 所在地区
 | 
												
													
														
															|  |          /// </summary>
 |  |          /// </summary>
 | 
												
													
														
															|  | -        [SugarColumn(ColumnDescription = "所在地区", IsNullable = false, ColumnDataType = "nvarchar(100)")]
 |  | 
 | 
												
													
														
															|  | 
 |  | +        [SugarColumn(ColumnDescription = "所在地区", IsNullable = true, ColumnDataType = "nvarchar(100)")]
 | 
												
													
														
															|  |          public string Area { get; set; }
 |  |          public string Area { get; set; }
 | 
												
													
														
															|  |  
 |  |  
 | 
												
													
														
															|  |          /// <summary>
 |  |          /// <summary>
 | 
												
													
														
															|  |          /// 姓名
 |  |          /// 姓名
 | 
												
													
														
															|  |          /// </summary>
 |  |          /// </summary>
 | 
												
													
														
															|  | -        [SugarColumn(ColumnDescription = "翻译人员姓名", IsNullable = false, ColumnDataType = "nvarchar(100)")]
 |  | 
 | 
												
													
														
															|  | 
 |  | +        [SugarColumn(ColumnDescription = "翻译人员姓名", IsNullable = true, ColumnDataType = "nvarchar(100)")]
 | 
												
													
														
															|  |          public string Name { get; set; }
 |  |          public string Name { get; set; }
 | 
												
													
														
															|  |  
 |  |  
 | 
												
													
														
															|  |          /// <summary>
 |  |          /// <summary>
 | 
												
													
														
															|  |          /// 性别(0:未设置 1:男 2:女)
 |  |          /// 性别(0:未设置 1:男 2:女)
 | 
												
													
														
															|  |          /// </summary>
 |  |          /// </summary>
 | 
												
													
														
															|  | -        [SugarColumn(ColumnDescription = "性别(0:未设置 1:男 2:女)", IsNullable = false, ColumnDataType = "int")]
 |  | 
 | 
												
													
														
															|  | 
 |  | +        [SugarColumn(ColumnDescription = "性别(0:未设置 1:男 2:女)", IsNullable = true, ColumnDataType = "int")]
 | 
												
													
														
															|  |          public int Sex { get; set; }
 |  |          public int Sex { get; set; }
 | 
												
													
														
															|  |  
 |  |  
 | 
												
													
														
															|  |          /// <summary>
 |  |          /// <summary>
 | 
												
													
														
															|  |          /// 照片
 |  |          /// 照片
 | 
												
													
														
															|  |          /// </summary>
 |  |          /// </summary>
 | 
												
													
														
															|  | -        [SugarColumn(ColumnDescription = "照片", IsNullable = false, ColumnDataType = "nvarchar(max)")]
 |  | 
 | 
												
													
														
															|  | 
 |  | +        [SugarColumn(ColumnDescription = "照片", IsNullable = true, ColumnDataType = "nvarchar(max)")]
 | 
												
													
														
															|  |          public string Photo { get; set; }
 |  |          public string Photo { get; set; }
 | 
												
													
														
															|  |  
 |  |  
 | 
												
													
														
															|  |  
 |  |  
 | 
												
													
														
															|  |          /// <summary>
 |  |          /// <summary>
 | 
												
													
														
															|  |          /// 联系电话
 |  |          /// 联系电话
 | 
												
													
														
															|  |          /// </summary>
 |  |          /// </summary>
 | 
												
													
														
															|  | -        [SugarColumn(ColumnDescription = "联系电话", IsNullable = false, ColumnDataType = "varchar(50)")]
 |  | 
 | 
												
													
														
															|  | 
 |  | +        [SugarColumn(ColumnDescription = "联系电话", IsNullable = true, ColumnDataType = "varchar(50)")]
 | 
												
													
														
															|  |          public string Tel { get; set; }
 |  |          public string Tel { get; set; }
 | 
												
													
														
															|  |  
 |  |  
 | 
												
													
														
															|  |          /// <summary>
 |  |          /// <summary>
 | 
												
													
														
															|  |          /// 邮箱号
 |  |          /// 邮箱号
 | 
												
													
														
															|  |          /// </summary>
 |  |          /// </summary>
 | 
												
													
														
															|  | -        [SugarColumn(ColumnDescription = "邮箱号", IsNullable = false, ColumnDataType = "varchar(50)")]
 |  | 
 | 
												
													
														
															|  | 
 |  | +        [SugarColumn(ColumnDescription = "邮箱号", IsNullable = true, ColumnDataType = "varchar(50)")]
 | 
												
													
														
															|  |          public string Email { get; set; }
 |  |          public string Email { get; set; }
 | 
												
													
														
															|  |  
 |  |  
 | 
												
													
														
															|  |          /// <summary>
 |  |          /// <summary>
 | 
												
													
														
															|  |          /// 微信号
 |  |          /// 微信号
 | 
												
													
														
															|  |          /// </summary>
 |  |          /// </summary>
 | 
												
													
														
															|  | -        [SugarColumn(ColumnDescription = "微信号", IsNullable = false, ColumnDataType = "varchar(50)")]
 |  | 
 | 
												
													
														
															|  | 
 |  | +        [SugarColumn(ColumnDescription = "微信号", IsNullable = true, ColumnDataType = "varchar(50)")]
 | 
												
													
														
															|  |          public string WechatNo { get; set; }
 |  |          public string WechatNo { get; set; }
 | 
												
													
														
															|  |  
 |  |  
 | 
												
													
														
															|  |          /// <summary>
 |  |          /// <summary>
 | 
												
													
														
															|  |          /// 其他社交账号
 |  |          /// 其他社交账号
 | 
												
													
														
															|  |          /// </summary>
 |  |          /// </summary>
 | 
												
													
														
															|  | -        [SugarColumn(ColumnDescription = "其他社交账号", IsNullable = false, ColumnDataType = "varchar(50)")]
 |  | 
 | 
												
													
														
															|  | 
 |  | +        [SugarColumn(ColumnDescription = "其他社交账号", IsNullable = true, ColumnDataType = "varchar(50)")]
 | 
												
													
														
															|  |          public string OtherSocialAccounts { get; set; }
 |  |          public string OtherSocialAccounts { get; set; }
 | 
												
													
														
															|  |  
 |  |  
 | 
												
													
														
															|  |          /// <summary>
 |  |          /// <summary>
 | 
												
													
														
															|  |          /// 语种
 |  |          /// 语种
 | 
												
													
														
															|  |          /// </summary>
 |  |          /// </summary>
 | 
												
													
														
															|  | -        [SugarColumn(ColumnDescription = "语种", IsNullable = false, ColumnDataType = "varchar(50)")]
 |  | 
 | 
												
													
														
															|  | 
 |  | +        [SugarColumn(ColumnDescription = "语种", IsNullable = true, ColumnDataType = "varchar(50)")]
 | 
												
													
														
															|  |          public string Language { get; set; }
 |  |          public string Language { get; set; }
 | 
												
													
														
															|  |  
 |  |  
 | 
												
													
														
															|  |          /// <summary>
 |  |          /// <summary>
 | 
												
													
														
															|  |          /// 费用
 |  |          /// 费用
 | 
												
													
														
															|  |          /// </summary>
 |  |          /// </summary>
 | 
												
													
														
															|  | -        [SugarColumn(ColumnDescription = "费用", IsNullable = false, ColumnDataType = "decimal(10,2)")]
 |  | 
 | 
												
													
														
															|  | 
 |  | +        [SugarColumn(ColumnDescription = "费用", IsNullable = true, ColumnDataType = "decimal(10,2)")]
 | 
												
													
														
															|  |          public decimal Price { get; set; }
 |  |          public decimal Price { get; set; }
 | 
												
													
														
															|  |  
 |  |  
 | 
												
													
														
															|  |          /// <summary>
 |  |          /// <summary>
 | 
												
													
														
															|  |          /// 币种
 |  |          /// 币种
 | 
												
													
														
															|  |          /// </summary>
 |  |          /// </summary>
 | 
												
													
														
															|  | -        [SugarColumn(ColumnDescription = "语种", IsNullable = false, ColumnDataType = "int")]
 |  | 
 | 
												
													
														
															|  | 
 |  | +        [SugarColumn(ColumnDescription = "语种", IsNullable = true, ColumnDataType = "int")]
 | 
												
													
														
															|  |          public int Currency { get; set; }
 |  |          public int Currency { get; set; }
 | 
												
													
														
															|  |  
 |  |  
 | 
												
													
														
															|  |          /// <summary>
 |  |          /// <summary>
 | 
												
													
														
															|  |          /// 简历或其他证书
 |  |          /// 简历或其他证书
 | 
												
													
														
															|  |          /// </summary>
 |  |          /// </summary>
 | 
												
													
														
															|  | -        [SugarColumn(ColumnDescription = "简历或其他证书", IsNullable = false, ColumnDataType = "varchar(200)")]
 |  | 
 | 
												
													
														
															|  | 
 |  | +        [SugarColumn(ColumnDescription = "简历或其他证书", IsNullable = true, ColumnDataType = "varchar(200)")]
 | 
												
													
														
															|  |          public string Files { get; set; }
 |  |          public string Files { get; set; }
 | 
												
													
														
															|  |  
 |  |  
 | 
												
													
														
															|  |      }
 |  |      }
 |