shgx_tz_mom/ZR.Service/mes/pro/IService/IProWorkorderService.cs
2023-11-15 14:38:10 +08:00

16 lines
289 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 IProWorkorderService
{
}
}