debug
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
/// 单位ID
|
||||
///</summary>
|
||||
[SugarColumn(ColumnName = "measure_id", IsPrimaryKey = true, IsIdentity = true)]
|
||||
public int MeasureId { get; set; }
|
||||
public int? MeasureId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 单位编码
|
||||
|
||||
Reference in New Issue
Block a user