6 lines
153 B
C#
6 lines
153 B
C#
using DOAN.Model.MES.product;
|
|
|
|
namespace DOAN.Service.MES.bigScreen.IService;
|
|
|
|
public interface IProduct2BigScreenService : IBaseService<ProWorkorder>
|
|
{} |