smartScreen
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
using DOAN.Model.MES.product;
|
||||
using DOAN.Model.MES.SmartScreen.Product;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace DOAN.Service.MES.SmartScreen.Product.IService
|
||||
{
|
||||
public interface IProductSmartScreenService : IBaseService<ProWorkorder>
|
||||
{
|
||||
DigitalTurntableModel DigitalTurntable();
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user