按建议完成四层目录统一,并同步调整命名空间和所有引用。

主要结果:
Cnc/Matrix 已统一。
Inspection/{Archive, Documentation, Results, Pool} 已统一。
Main/{Viewport, Overlay, Recording} 已统一。
Hardware/{Camera, Coordinate} 已统一。
权限、账户、登录统一归入 Security。
This commit is contained in:
zhengxuan.zhang
2026-07-16 17:10:29 +08:00
parent cea810d4bd
commit 7202817a0c
212 changed files with 436 additions and 414 deletions
@@ -9,7 +9,7 @@ using XP.Hardware.MotionControl.Abstractions.Enums;
using Xunit;
using XplorePlane.Models;
using XplorePlane.Services.Cnc;
using XplorePlane.Services.Matrix;
using XplorePlane.Services.Cnc.Matrix;
using XplorePlane.ViewModels.Cnc;
namespace XplorePlane.Tests.ViewModels