112
This commit is contained in:
34
DOAN.Model/PBL/Dto/MesInterationLogDto.cs
Normal file
34
DOAN.Model/PBL/Dto/MesInterationLogDto.cs
Normal file
@@ -0,0 +1,34 @@
|
||||
|
||||
namespace DOAN.Model.PBL.Dto
|
||||
{
|
||||
/// <summary>
|
||||
/// 查询对象
|
||||
/// </summary>
|
||||
public class MesInterationLogQueryDto : PagerInfo
|
||||
{
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 输入输出对象
|
||||
/// </summary>
|
||||
public class MesInterationLogDto
|
||||
{
|
||||
[Required(ErrorMessage = "雪花不能为空")]
|
||||
public string Id { get; set; }
|
||||
|
||||
public string Workorder { get; set; }
|
||||
|
||||
public string OrderNumber { get; set; }
|
||||
|
||||
public string AssemblyPartNumber { get; set; }
|
||||
|
||||
public string Scancode { get; set; }
|
||||
|
||||
public DateTime? CreatedTime { get; set; }
|
||||
|
||||
public DateTime? UpdatedTime { get; set; }
|
||||
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user