采购订单 导入导出
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
using DOAN.Model.MES.order.Dto;
|
||||
using DOAN.Model.MES.order;
|
||||
using Microsoft.AspNetCore.Http;
|
||||
|
||||
namespace DOAN.Service.MES.order.IService
|
||||
{
|
||||
@@ -12,10 +13,12 @@ namespace DOAN.Service.MES.order.IService
|
||||
|
||||
OrderPurchase GetInfo(string Id);
|
||||
|
||||
|
||||
int ImportData(IFormFile formFile, string username);
|
||||
OrderPurchase AddOrderPurchase(OrderPurchase parm);
|
||||
int UpdateOrderPurchase(OrderPurchase parm);
|
||||
|
||||
List<OrderPurchaseDto> SelectOrderList(OrderPurchaseQueryDto orderPurchaseDto);
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user