根据日期范围获取抛光记录
This commit is contained in:
parent
1ec4fab0da
commit
d1db137425
@ -103,5 +103,18 @@ namespace ZR.Admin.WebApi.Controllers
|
||||
|
||||
return ToResponse(response);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 根据日期获取抛光记录表数据
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
[HttpPost
|
||||
]
|
||||
public IActionResult GetWmPolishRecordByDate([FromBody] WmPolishRecordGenerateDto parm)
|
||||
{
|
||||
|
||||
var response = _WmPolishRecordService.GenerateWmPolishRecord(parm);
|
||||
return SUCCESS(response);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -115,7 +115,7 @@ namespace ZR.Service.mes.wms
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
///
|
||||
/// 根据日期获取抛光记录表数据
|
||||
/// </summary>
|
||||
/// <param name="parm"></param>
|
||||
/// <returns></returns>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user