组织管理代码调整
This commit is contained in:
14
Tnb.ProductionPlanMgr.Entitys/Mapper/Mapper.cs
Normal file
14
Tnb.ProductionPlanMgr.Entitys/Mapper/Mapper.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using Mapster;
|
||||
using Tnb.ProductionMgr.Entitys.Dto.WorkOrder;
|
||||
using Tnb.ProductionMgr.Entitys.Entity;
|
||||
|
||||
namespace Tnb.ProductionMgr.Entitys.Mapper
|
||||
{
|
||||
public class Mapper : IRegister
|
||||
{
|
||||
public void Register(TypeAdapterConfig config)
|
||||
{
|
||||
config.ForType<ProductionSchedulingCrInput, PrdTask>();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user