异常开始结束带代码提交
This commit is contained in:
22
EquipMgr/Tnb.EquipMgr.Entities/Entity/ToolMolds.part.cs
Normal file
22
EquipMgr/Tnb.EquipMgr.Entities/Entity/ToolMolds.part.cs
Normal file
@@ -0,0 +1,22 @@
|
||||
using JNPF.Common.Contracts;
|
||||
using JNPF.Common.Security;
|
||||
using SqlSugar;
|
||||
|
||||
namespace Tnb.EquipMgr.Entities;
|
||||
|
||||
/// <summary>
|
||||
/// 模具信息表
|
||||
/// </summary>
|
||||
public partial class ToolMolds
|
||||
{
|
||||
/// <summary>
|
||||
/// 库房编码
|
||||
/// </summary>
|
||||
[SugarColumn(IsIgnore = true)]
|
||||
public string whcode { get; set; }
|
||||
/// <summary>
|
||||
/// 库位编码
|
||||
/// </summary>
|
||||
[SugarColumn(IsIgnore =true)]
|
||||
public string location_code { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user