首检添加数据看板
This commit is contained in:
@@ -1,14 +1,7 @@
|
||||
using MiniExcelLibs.Attributes;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace ZR.Model.MES.wms.Dto
|
||||
namespace ZR.Model.MES.wms.Dto
|
||||
{
|
||||
|
||||
public class QueryAGVPosition
|
||||
public class QueryAGVPosition
|
||||
{
|
||||
|
||||
|
||||
@@ -21,9 +14,9 @@ namespace ZR.Model.MES.wms.Dto
|
||||
/// <summary>
|
||||
/// 查询参数
|
||||
/// </summary>
|
||||
public class QueryAGVparam
|
||||
public class QueryAGVparam
|
||||
{
|
||||
public int year { get; set; }
|
||||
public int year { get; set; }
|
||||
public int week { get; set; }
|
||||
public int day { get; set; }
|
||||
public int status { get; set; }
|
||||
@@ -31,7 +24,7 @@ namespace ZR.Model.MES.wms.Dto
|
||||
/// <summary>
|
||||
/// 工单
|
||||
/// </summary>
|
||||
public class AGVWorkorderDto
|
||||
public class AGVWorkorderDto
|
||||
{
|
||||
/// <summary>
|
||||
/// 工单id(内部)
|
||||
|
||||
Reference in New Issue
Block a user