| | |
| | | [SugarColumn(IsPrimaryKey = true, IsIdentity = true, ColumnDescription = "涓婚敭")] |
| | | public int Id { get; set; } |
| | | /// <summary> |
| | | /// 缁勭洏淇℃伅涓婚敭 |
| | | /// 閰嶆柟淇℃伅涓婚敭 |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "缁勭洏淇℃伅涓婚敭")] |
| | | public int BoxingId { get; set; } |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "閰嶆柟淇℃伅涓婚敭")] |
| | | public int FormulaId { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 闆朵欢缂栧彿 |
| | |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "闆朵欢鍚嶇О")] |
| | | public string ComponentName { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 鏄惁鎵爜 |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, DefaultValue = "0", ColumnDescription = "鏄惁鎵爜")] |
| | | public int IsScanned { get; set; } |
| | | |
| | | |
| | | } |
| | | } |