提交代码

This commit is contained in:
hehaibing-1996
2024-04-19 08:47:45 +08:00
parent e89b64ea3a
commit d40c3f253a
46 changed files with 2500 additions and 57 deletions

View File

@ -71,10 +71,10 @@ namespace WCS.BLL.DbModels
public int MatQty { get; set; }
/// <summary>
/// 是否启用
/// 是否已打印
/// </summary>
[SugarColumn(ColumnName = "is_printed", ColumnDescription = "是否已打印")]
public bool IsPrinted { get; set; } = true;
public bool IsPrinted { get; set; } = false;
/// <summary>
/// Desc:更新人
/// Default: