| | |
| | | /// </summary> |
| | | [SugarColumn(IsPrimaryKey = true, IsIdentity = true, ColumnDescription = "涓婚敭")] |
| | | public int Id { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 鎺ュ彛缂栧彿 |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "鎺ュ彛缂栧彿")] |
| | | public string ApiCode { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 鎺ュ彛鍚嶇О |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "鎺ュ彛鍚嶇О")] |
| | | public string ApiName { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 鎺ュ彛鍦板潃 |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 200, ColumnDescription = "鎺ュ彛鍦板潃")] |
| | | [SugarColumn(IsNullable = false, Length = 200, ColumnDescription = "鎺ュ彛鍦板潃")] |
| | | public string ApiAddress { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 澶囨敞 |
| | | /// </summary> |