和系统调试发现的问题的修改

This commit is contained in:
hehaibing-1996
2025-01-17 17:17:45 +08:00
parent de682b3884
commit 04b5e04300
6 changed files with 15 additions and 12 deletions

View File

@ -78,7 +78,7 @@ namespace WCS.BLL.DbModels
public Guid Guid { get; set; }
/// <summary>
/// 任务模式:入库模式 = 0, 出库模式 = 1, 盘点模式 = 2
/// 任务模式:入库模式 = 1, 出库模式 = 2, 盘点模式 = 3
/// </summary>
[SugarColumn(ColumnName = "task_mode", IsNullable = false, ColumnDescription = "任务模式:入库模式 = 0, 出库模式 = 1, 盘点模式 = 2")]
public TaskModeEnum TaskMode { get; set; }