From 3909fbf77ad4ebc0dde600ff82710d959f74b5f4 Mon Sep 17 00:00:00 2001 From: 杨张扬 <634643841@qq.com> Date: 星期四, 10 七月 2025 17:49:20 +0800 Subject: [PATCH] AGV会换车,删除库存操作改成收到4执行,去线边的货位自动解绑 --- models/TN_Component_Detail.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/models/TN_Component_Detail.cs b/models/TN_Component_Detail.cs index 9ee6890..03c98f5 100644 --- a/models/TN_Component_Detail.cs +++ b/models/TN_Component_Detail.cs @@ -10,7 +10,7 @@ /// <summary> /// 閮ㄤ欢鐢ㄦ枡鏄庣粏 /// </summary> - [SugarTable("TN_Component_Detail")] + [SugarTable("TN_TN_Component_Detail")] public class TN_Component_Detail : BaseModel { /// <summary> -- Gitblit v1.9.1