shgx_tz_mom/ZR.Service/mes/pro/IService/IProWorkplanService.cs
qianhao.xu 06f346ba66 继续
2023-11-14 14:30:14 +08:00

18 lines
421 B
C#

using System;
using System.Collections.Generic;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using ZR.Model.mes.pro;
using ZR.Model.MES.op.DTO;
namespace ZR.Service.mes.pro.IService
{
public interface IProWorkplanService
{
public (List<ProWorkplan>,int) GetAllData(int pageNum, int pageSize, int year, int week, string partNumber, string color);
}
}