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

@@ -26,6 +26,12 @@ namespace DOAN.Model.PBL.Dto
public string AssemblyPartNumber { get; set; }
/// <summary>
/// 版本号
/// </summary>
public int Version { get; set; }