小程序

This commit is contained in:
2024-09-20 08:49:45 +08:00
parent 5f6e21c6ff
commit 1aeb40d1df
15 changed files with 1413 additions and 119 deletions
@@ -48,6 +48,7 @@ namespace Mvc.Controllers
/// </summary>
/// <param name="code"></param>
/// <returns></returns>
[HttpGet]
public ResponseData<List<Solution_CQMSConstructSolutionApprove>> GetApproveById(string id,int edition)
{
ResponseData<List<Solution_CQMSConstructSolutionApprove>> res = new ResponseData<List<Solution_CQMSConstructSolutionApprove>>();
@@ -56,6 +57,7 @@ namespace Mvc.Controllers
res.resultValue = BLL.CQMSConstructSolutionApproveService.getListDataForApi(id);
return res;
}
[HttpGet]
public ResponseData<Solution_CQMSConstructSolutionApprove> GetCurrApproveById(string id, string userId, int edition)
{
ResponseData<Solution_CQMSConstructSolutionApprove> res = new ResponseData<Solution_CQMSConstructSolutionApprove>();
@@ -87,6 +89,7 @@ namespace Mvc.Controllers
/// <param name="id"></param>
/// <param name="edition"></param>
/// <returns></returns>
[HttpGet]
public ResponseData<List<Solution_CQMSConstructSolutionApprove>> GetConApproveById(string id, int edition)
{
ResponseData<List<Solution_CQMSConstructSolutionApprove>> res = new ResponseData<List<Solution_CQMSConstructSolutionApprove>>();