feat(HJGL): 新增材料仓库管理并优化管线划分页面
**新增功能:** - 添加材料仓库管理模块(增删改查) - 管线划分页面支持按流水段和管线划分筛选 - 管线划分页面支持批量设置仓库 **技术改进:** - 新增 Base_Warehouse 表和模型 - 扩展 HJGL_Pipeline 模型添加 WarehouseId 字段 - 优化管线查询支持多条件组合
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user