From 5b0cab677e7d899c6ab6629ee6645b297b6b8c9f Mon Sep 17 00:00:00 2001 From: Rodney Chen <rodney.chen@hotmail.com> Date: 星期三, 14 八月 2024 23:01:32 +0800 Subject: [PATCH] 增加销售订单 --- Tiger.IBusiness/MES/WorkAction/IIPQC.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Tiger.IBusiness/MES/WorkAction/IIPQC.cs b/Tiger.IBusiness/MES/WorkAction/IIPQC.cs index c268f75..45e67cb 100644 --- a/Tiger.IBusiness/MES/WorkAction/IIPQC.cs +++ b/Tiger.IBusiness/MES/WorkAction/IIPQC.cs @@ -3,7 +3,7 @@ using System; using Tiger.Model; -namespace Tiger.IBusiness +namespace Tiger.IBusiness.MES.WorkAction { public interface IIPQC : IWorkAction { -- Gitblit v1.9.3