This commit is contained in:
qianhao.xu
2023-11-14 14:30:14 +08:00
parent 57e9b714ae
commit 06f346ba66
7 changed files with 198 additions and 16 deletions

View File

@@ -31,7 +31,7 @@ namespace ZR.Model.mes.pro
/// 来源
///</summary>
[SugarColumn(ColumnName = "source")]
public int? Source { get; set; }
public string Source { get; set; }
/// <summary>
/// 零件号
///</summary>