| | |
| | | [SugarColumn(ColumnName = "USE_ORG")] |
| | | public decimal? UseOrg { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 自定义字段3 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "REMARK3")] |
| | | public string? Remark3 { get; set; } |
| | | ///// <summary> |
| | | ///// 自定义字段3 |
| | | ///// </summary> |
| | | //[SugarColumn(ColumnName = "REMARK3")] |
| | | //public string? Remark3 { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 自定义字段4 |
| | |
| | | [SugarColumn(ColumnName = "REMARK5")] |
| | | public string? Remark5 { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 客户状态 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "CUSTOMER_STATE")] |
| | | public string? CUSTOMER_STATE { get; set; } |
| | | |
| | | [SugarColumn(IsIgnore = true)] public string? Type { get; set; } |
| | | } |