工艺信息下拉
This commit is contained in:
parent
65a146b606
commit
ff4c3dad8d
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user