This commit is contained in:
qianhao.xu
2024-04-19 19:41:28 +08:00
parent a521d0aa23
commit 3debd6569c
3 changed files with 80 additions and 20 deletions

View File

@@ -13,6 +13,8 @@ namespace ZR.Service.mes.wms.IService
/// </summary>
public interface IWmFgentryInspectService : IBaseService<WmFgentryInspect>
{
int TransformData(string workorder);
PagedInfo<WmFgentryInspectDto> GetList(WmFgentryInspectQueryDto parm);
PagedInfo<WmFgentryInspect_parentDto> GetList_first(WmFgentryInspectQueryDto parm);
PagedInfo<WmFgentryInspectDto> GetList_second(WmFgentryInspectQueryDto parm);