卢江海代码更改
This commit is contained in:
@@ -65,12 +65,25 @@ namespace DOAN.Admin.WebApi.Controllers
|
||||
}
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 查询报工详情
|
||||
/// </summary>
|
||||
/// <param name="Id"></param>
|
||||
/// <returns></returns>
|
||||
[HttpGet("{Id}")]
|
||||
/// <summary>
|
||||
/// 查询工序列表
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
[HttpPost("baseworkprocesseslist")]
|
||||
[ActionPermissionFilter(Permission = "proreportwork:baseworkprocesseslist")]
|
||||
public IActionResult QueryBaseWorkProcesses()
|
||||
{
|
||||
|
||||
var response = _ProReportworkService.GetBaseWorkProcesses();
|
||||
return SUCCESS(response);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 查询报工详情
|
||||
/// </summary>
|
||||
/// <param name="Id"></param>
|
||||
/// <returns></returns>
|
||||
[HttpGet("{Id}")]
|
||||
[ActionPermissionFilter(Permission = "proreportwork:query")]
|
||||
public IActionResult GetProReportwork(string Id)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user