重写,在线开发删除接口

This commit is contained in:
DEVICE8\12494
2023-04-28 14:44:57 +08:00
parent 0a2bb034cf
commit 9727378365
8 changed files with 46 additions and 16 deletions

View File

@@ -8,7 +8,7 @@ namespace Tnb.ProductionMgr.Entities
///<summary>
///生产任务信息
///</summary>
[SugarTable("prd_task")]
[SugarTable("prd_mo_task")]
public partial class PrdTask
{
public PrdTask()

View File

@@ -8,7 +8,7 @@ namespace Tnb.ProductionMgr.Entities
///<summary>
///生产任务操作记录
///</summary>
[SugarTable("prd_task_log")]
[SugarTable("prd_mo_task_log")]
public partial class PrdTaskLog
{
public PrdTaskLog(){