首检添加数据看板

This commit is contained in:
2024-06-07 11:04:26 +08:00
parent c93711290e
commit 769d2da1e0
344 changed files with 1772 additions and 2526 deletions

View File

@@ -1,9 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using SqlSugar;
namespace ZR.Model.MES.wms
namespace ZR.Model.MES.wms
{
/// <summary>
/// agv任务
@@ -48,7 +43,7 @@ namespace ZR.Model.MES.wms
[SugarColumn(ColumnName = "go_task_id")]
public string GoTaskId { get; set; }
/// <summary>
/// 数量
@@ -71,7 +66,7 @@ namespace ZR.Model.MES.wms
/// 回程
/// </summary>
[SugarColumn(ColumnName = "back_task_id")]
public string BackTaskId{ get; set; }
public string BackTaskId { get; set; }
/// <summary>
/// 创建人