This commit is contained in:
qianhao.xu
2024-11-07 20:17:39 +08:00
parent f664b5beac
commit 54840baf1b
5 changed files with 84 additions and 5 deletions

View File

@@ -38,6 +38,13 @@ namespace DOAN.Model.PBL
[SugarColumn(ColumnName = "AssemblyPartNumber")]
public string AssemblyPartNumber { get; set; }
/// <summary>
/// 版本号
/// </summary>
[SugarColumn(ColumnName = "Version")]
public int Version { get; set; }
/// <summary>
/// 扫描scancode
/// </summary>