| | |
| | | /// </summary> |
| | | [Required(ErrorMessage = "注册资金为必填项")] |
| | | [SugarColumn(ColumnDescription = "注册资金")] |
| | | public decimal RegisteredCapital { get; set; } |
| | | public string RegisteredCapital { get; set; } |
| | | |
| | | |
| | | ///// <summary> |
| | | ///// 注册资金(单位:万元 ) |
| | | ///// </summary> |
| | | //[Required(ErrorMessage = "注册资金为必填项")] |
| | | //[SugarColumn(ColumnDescription = "注册资金")] |
| | | //public decimal RegisteredCapital { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 法定代表人姓名 |
| | |
| | | /// 企业主营业务 |
| | | /// </summary> |
| | | [Required(ErrorMessage = "主营业务为必填项")] |
| | | [SugarColumn(ColumnDescription = "企业主营业务")] |
| | | [SugarColumn(ColumnDescription = "企业主营业务",Length =Int32.MaxValue,IsNullable = true)] |
| | | public string MainBusiness { get; set; } |
| | | |
| | | /// <summary> |