refactor(cqms): 整理检查模块并迁移 WBS 服务

清理旧检查页面、服务和接口,补充 WBS 检查服务及数据库脚本,同步工程引用与菜单配置,收敛 CQMS 检查功能的代码组织。
This commit is contained in:
2026-09-20 15:49:27 +08:00
parent 8efe030f47
commit dc19b6d6b6
204 changed files with 319 additions and 59884 deletions
-12
View File
@@ -220,21 +220,9 @@ namespace BLL
string fileDir = "WebApi";
switch (menuId)
{
case Const.CheckEquipmentMenuId:
fileDir = "CheckEquipment";
break;
case Const.CheckListMenuId:
fileDir = "CheckControl";
break;
case Const.JointCheckMenuId:
fileDir = "JointCheck";
break;
case Const.TechnicalContactListMenuId:
fileDir = "TechnicalContactList";
break;
case Const.DesignMenuId:
fileDir = "Design";
break;
}
using (var db = new Model.SGGLDB(Funs.ConnString))
{