测试 SortSchedule

This commit is contained in:
xiaowei.song
2023-11-16 16:13:30 +08:00
parent cac6397feb
commit 77980f8c24
4 changed files with 121 additions and 2 deletions

View File

@@ -3,6 +3,7 @@ using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using ZR.Model.MES.pro;
namespace ZR.Model.mes.pro
{
@@ -57,6 +58,12 @@ namespace ZR.Model.mes.pro
[SugarColumn(ColumnName = "priority")]
public int Priority { get; set; }
/// <summary>
/// 工单顺序
///</summary>
[SugarColumn(ColumnName = "order")]
public int Order { get; set; }
/// <summary>
/// 排产开始时间
///</summary>