修改字段

This commit is contained in:
qianhao.xu
2024-11-08 10:10:59 +08:00
parent 2fd4dafc1b
commit 2f5c090bc1
9 changed files with 213 additions and 12 deletions

View File

@@ -42,7 +42,7 @@ namespace DOAN.Model.PBL
/// 版本号
/// </summary>
[SugarColumn(ColumnName = "Version")]
public int Version { get; set; }
public string Version { get; set; }
/// <summary>