增加插入AddWorkPlan

This commit is contained in:
xiaowei.song
2023-11-14 16:43:35 +08:00
parent 06f346ba66
commit d8d87bf75e
3 changed files with 13 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);
}
}