生产领料完成

This commit is contained in:
qianhao.xu
2023-11-24 17:16:49 +08:00
parent 639a8988f5
commit ce2e23ca02
12 changed files with 343 additions and 19 deletions

View File

@@ -1,4 +1,5 @@
using System;
using Microsoft.AspNetCore.Http;
using System;
using System.Collections.Generic;
using System.Drawing;
using System.Linq;
@@ -19,7 +20,7 @@ namespace ZR.Service.mes.pro.IService
public int SortWorkorderSchedule(string id, int sort);
public int ReleaseProduction(string id);
public int ReleaseProduction(string id, HttpContext httpContext);
}
}