| | |
| | | /// <summary> |
| | | /// BDC缂撳瓨閰嶇疆 |
| | | /// </summary> |
| | | [SugarTable(nameof(Dt_BDCConfiguration_detail), "BDC閰嶇疆")] |
| | | public class Dt_BDCConfiguration_detail : BaseEntity |
| | | [SugarTable(nameof(Dt_BDCConfiguration), "BDC閰嶇疆")] |
| | | public class Dt_BDCConfiguration : BaseEntity |
| | | { |
| | | [SugarColumn(ColumnName = "Id", IsPrimaryKey = true, IsIdentity = true)] |
| | | public int Id { get; set; } |
| | | |
| | | [SugarColumn(ColumnName = "Name")] |
| | | public int Con_Id { get; set; } |
| | | //[SugarColumn(ColumnName = "Name")] |
| | | //public int Con_Id { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 閰嶇疆鍚嶇О |