This commit is contained in:
xiaowei.song
2024-06-06 13:19:24 +08:00
parent c93711290e
commit 127c428a9e
919 changed files with 93 additions and 86 deletions

View File

@@ -0,0 +1,18 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ZR.Model.MES.mm.Dto
{
public class WorkorderqueryDto
{
public DateTime datetimespan { set; get; }
public int? pageNum { set; get; }
public int? pageSize { set; get; }
}
}