TODO 上传结果参数给MES
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace JY.Model.Enums
|
||||
{
|
||||
/// <summary>
|
||||
/// 查询类型
|
||||
/// </summary>
|
||||
public enum EnumSearchType
|
||||
{
|
||||
/// <summary>
|
||||
/// 查询进站数据
|
||||
/// </summary>
|
||||
[Description("查询进站数据")]
|
||||
ArrivalStation = 0,
|
||||
|
||||
[Description("查询出站数据")]
|
||||
ExitStation = 1,
|
||||
|
||||
//[Description("查询结果数据")]
|
||||
//ProductResult = 2,
|
||||
|
||||
//None = 3,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user