模具保养管理接口代码提交
This commit is contained in:
27
EquipMgr/Tnb.EquipMgr.Entities/Dto/MoldListOutput.cs
Normal file
27
EquipMgr/Tnb.EquipMgr.Entities/Dto/MoldListOutput.cs
Normal file
@@ -0,0 +1,27 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Tnb.EquipMgr.Entities.Dto
|
||||
{
|
||||
public class RelevanceMoldListOutput
|
||||
{
|
||||
|
||||
/// <summary>
|
||||
/// Desc:模具编号
|
||||
/// Default:NULL::character varying
|
||||
/// Nullable:True
|
||||
/// </summary>
|
||||
public string mold_code { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Desc:模具名称
|
||||
/// Default:NULL::character varying
|
||||
/// Nullable:True
|
||||
/// </summary>
|
||||
public string mold_name { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user