feat(HJGL): 新增材料仓库管理并优化管线划分页面

**新增功能:**
   - 添加材料仓库管理模块(增删改查)
   - 管线划分页面支持按流水段和管线划分筛选
   - 管线划分页面支持批量设置仓库

   **技术改进:**
   - 新增 Base_Warehouse 表和模型
   - 扩展 HJGL_Pipeline 模型添加 WarehouseId 字段
   - 优化管线查询支持多条件组合
This commit is contained in:
2026-03-05 19:26:36 +08:00
parent 5b89af7fa0
commit b9f4db1a04
18 changed files with 1533 additions and 13 deletions
+1
View File
@@ -399,6 +399,7 @@
<Compile Include="HJGL\BaseInfo\Base_PressureService.cs" />
<Compile Include="HJGL\BaseInfo\Base_PurgeMethodService.cs" />
<Compile Include="HJGL\BaseInfo\Base_TestMediumService.cs" />
<Compile Include="HJGL\BaseInfo\Base_WarehouseService.cs" />
<Compile Include="HJGL\BaseInfo\Base_WeldingLocationServie.cs" />
<Compile Include="HJGL\BaseInfo\Base_WeldingMethodService.cs" />
<Compile Include="HJGL\BaseInfo\Base_WeldTypeService.cs" />