提交代码
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user