This commit is contained in:
DESKTOP-H2PAFLR\Administrator
2023-10-12 10:23:34 +08:00
parent e43a04bc8f
commit 3a9a961fd6
9 changed files with 55 additions and 43 deletions

View File

@@ -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>
/// 单位编码