| | |
| | | /// ä¸»é® |
| | | /// </summary> |
| | | [SugarColumn(IsPrimaryKey = true, IsIdentity = true, ColumnDescription = "主é®")] |
| | | public int id { get; set; } |
| | | public int Id { get; set; } |
| | | |
| | | /// <summary> |
| | | /// ç«å°ç¼å· |
| | |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "ç å已宿æ°é")] |
| | | public int OverNum { get; set; } |
| | | |
| | | /// <summary> |
| | | /// é«åº¦ |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "é«åº¦")] |
| | | public int HeightNum { get; set; } |
| | | |
| | | /// <summary> |
| | | /// æç» |
| | | /// </summary> |
| | | [Navigate(NavigateType.OneToMany, nameof(Dt_StationPackDetail.StationPackId), nameof(Id))] |
| | | public List<Dt_StationPackDetail> stationPackDetails { get; set; } |
| | | } |
| | | } |