重新组织目录
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using JNPF.Common.Security;
|
||||
|
||||
namespace Tnb.BasicData.Entitys.Dto.ProcessManage
|
||||
{
|
||||
/// <summary>
|
||||
/// 工艺路线模版左侧树输出参数
|
||||
/// </summary>
|
||||
public class RouteLineTreeOutput : TreeModel
|
||||
{
|
||||
/// <summary>
|
||||
/// 工艺路线类型
|
||||
/// </summary>
|
||||
public string RouteType { get; set; }
|
||||
/// <summary>
|
||||
/// 工艺路线类型名称
|
||||
/// </summary>
|
||||
public string Name { get; set; }
|
||||
/// <summary>
|
||||
/// 工艺路线名称
|
||||
/// </summary>
|
||||
public string RouteName { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 工艺路线代码
|
||||
/// </summary>
|
||||
public string RouteCode { get; set; }
|
||||
/// <summary>
|
||||
/// 工艺路线版本
|
||||
/// </summary>
|
||||
public string Version { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user