9 lines
145 B
C#
9 lines
145 B
C#
|
|
|
|
using DOAN.Model.MES.product;
|
|
|
|
|
|
namespace DOAN.Service.MES.Console_.IService;
|
|
|
|
public interface IConsoleService : IBaseService<ProWorkorder>
|
|
{} |