This commit is contained in:
zel
2025-03-12 19:50:47 +08:00
parent bf14c5c621
commit 9fbd66bf76
3 changed files with 287 additions and 194 deletions

View File

@@ -105,7 +105,7 @@ public class CustomerOrderEntity : IEntity<CustomerOrderEntity>, ICreationAudite
/// <summary>
/// 附件
/// </summary>
[SugarColumn(IsNullable = true, ColumnName = "F_Attachment", ColumnDescription = "模板文件",
[SugarColumn(IsNullable = true, ColumnName = "F_Attachment", ColumnDescription = "件",
ColumnDataType = "nvarchar(200)")]
public string F_Attachment { get; set; }