报工
This commit is contained in:
22
DOAN.Service/MES/Product/IService/IProReportworkService.cs
Normal file
22
DOAN.Service/MES/Product/IService/IProReportworkService.cs
Normal file
@@ -0,0 +1,22 @@
|
||||
using DOAN.Model.BZFM.Dto;
|
||||
using DOAN.Model.BZFM;
|
||||
using DOAN.Model.MES.product;
|
||||
|
||||
namespace DOAN.Service.BZFM.IBZFMService
|
||||
{
|
||||
/// <summary>
|
||||
/// 报工service接口
|
||||
/// </summary>
|
||||
public interface IProReportworkService : IBaseService<ProReportwork01>
|
||||
{
|
||||
PagedInfo<ProReportworkDto> GetList(ProReportworkQueryDto parm);
|
||||
|
||||
ProReportwork01 GetInfo(string Id);
|
||||
|
||||
|
||||
ProReportwork01 AddProReportwork(ProReportwork01 parm);
|
||||
int UpdateProReportwork(ProReportwork01 parm);
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user