增加插入AddWorkPlan

This commit is contained in:
xiaowei.song
2023-11-14 16:43:35 +08:00
parent 06f346ba66
commit 93f9e7bf4d
3 changed files with 19 additions and 0 deletions

View File

@@ -13,5 +13,7 @@ namespace ZR.Service.mes.pro.IService
{
public (List<ProWorkplan>,int) GetAllData(int pageNum, int pageSize, int year, int week, string partNumber, string color);
public int AddWorkPlan(ProWorkplan proWorkplan);
}
}