2023-11-6

This commit is contained in:
xiaowei.song
2023-11-16 18:33:43 +08:00
parent adaf5b8013
commit 519a43d8d7
2 changed files with 16 additions and 7 deletions

View File

@@ -0,0 +1,14 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ZR.Model.MES.pro.DTO
{
public class ProWorkorderSortDTO
{
public string id { get; set; }
public int order { get; set; }
}
}