首检添加数据看板
This commit is contained in:
@@ -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>
|
||||
/// 创建人
|
||||
|
||||
Reference in New Issue
Block a user