查询组织列表增加条件参数
This commit is contained in:
26
system/Tnb.Systems.Entitys/Enum/AreaType.cs
Normal file
26
system/Tnb.Systems.Entitys/Enum/AreaType.cs
Normal file
@@ -0,0 +1,26 @@
|
||||
using JNPF.DependencyInjection;
|
||||
using System.ComponentModel;
|
||||
|
||||
namespace JNPF.Systems.Entitys.Enum;
|
||||
|
||||
/// <summary>
|
||||
/// 区域类型.
|
||||
/// </summary>
|
||||
[SuppressSniffer]
|
||||
public enum AreaType
|
||||
{
|
||||
[Description("公司")]
|
||||
company,
|
||||
[Description("工厂")]
|
||||
factory,
|
||||
[Description("部门")]
|
||||
department,
|
||||
[Description("车间")]
|
||||
workshop,
|
||||
[Description("工作中心")]
|
||||
workgroup,
|
||||
[Description("工位")]
|
||||
workstation,
|
||||
[Description("产线")]
|
||||
workline
|
||||
}
|
||||
Reference in New Issue
Block a user