工艺信息下拉

This commit is contained in:
quowingwang 2025-11-12 10:43:55 +08:00
parent 65a146b606
commit ff4c3dad8d

View File

@ -286,6 +286,7 @@ namespace RIZO.Service.Mes.Process
public List<ProcessInfoPullDownDto> GetAllProcessInfo()
{
var lineOptions = Queryable()
.OrderBy(it => it.ProcessCode)
.Select(it => new ProcessInfoPullDownDto
{
value = it.ProcessCode,