产品定义
This commit is contained in:
14
ZR.Model/mes/md/DTO/MdProductDefineDTO.cs
Normal file
14
ZR.Model/mes/md/DTO/MdProductDefineDTO.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace ZR.Model.mes.md.DTO
|
||||
{
|
||||
public class MdProductDefineDTO
|
||||
{
|
||||
public List<MdProductDefine> list { set; get; }
|
||||
public int Total { set; get; }
|
||||
}
|
||||
}
|
||||
7
ZR.Model/mes/md/DTO/MdUnitPageDTO.cs
Normal file
7
ZR.Model/mes/md/DTO/MdUnitPageDTO.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace ZR.Model.mes.md.DTO;
|
||||
|
||||
public class MdUnitPageDTO
|
||||
{
|
||||
public List<MdUnit> list { set; get; }
|
||||
public int Total { set; get; }
|
||||
}
|
||||
19
ZR.Model/mes/md/DTO/SearchOptionDTO.cs
Normal file
19
ZR.Model/mes/md/DTO/SearchOptionDTO.cs
Normal file
@@ -0,0 +1,19 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace ZR.Model.mes.md.DTO
|
||||
{
|
||||
public class SearchOptionDTO
|
||||
{
|
||||
public DateTime starttime { get; set; }
|
||||
public DateTime endtime { get; set; }
|
||||
|
||||
public string measureCode { get; set; }
|
||||
public string measureName { get; set; }
|
||||
public string enableFlag { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
@@ -1,7 +0,0 @@
|
||||
namespace ZR.Model.mes.md.DTO;
|
||||
|
||||
public class UnitPageDTO
|
||||
{
|
||||
public List<Unit> list;
|
||||
public int Total;
|
||||
}
|
||||
Reference in New Issue
Block a user