模具保养管理接口代码提交
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Tnb.EquipMgr.Entities.Dto
|
||||
{
|
||||
/// <summary>
|
||||
/// 模具保养项列表输出
|
||||
/// </summary>
|
||||
public class MoldMaintainItemListOutput
|
||||
{
|
||||
/// <summary>
|
||||
/// 项目名称
|
||||
/// </summary>
|
||||
public string name { get; set; }
|
||||
public string descrip { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user