生产管理,新增修改任务单接口

This commit is contained in:
DEVICE8\12494
2023-04-26 14:08:11 +08:00
parent 4bfceebed8
commit 631bb0c0e8
26 changed files with 144 additions and 57 deletions

View File

@@ -1,8 +1,8 @@
using Mapster;
using Tnb.ProductionMgr.Entitys.Dto;
using Tnb.ProductionMgr.Entitys.Entity;
using Tnb.ProductionMgr.Entities.Dto;
using Tnb.ProductionMgr.Entities;
namespace Tnb.ProductionMgr.Entitys.Mapper
namespace Tnb.ProductionMgr.Entities.Mapper
{
public class Mapper : IRegister
{