|  | @@ -95,4 +95,14 @@ public class TEnclosureController extends BaseController {
 | 
											
												
													
														|  |      public AjaxResult remove(@PathVariable Long[] fIds) {
 |  |      public AjaxResult remove(@PathVariable Long[] fIds) {
 | 
											
												
													
														|  |          return toAjax(tEnclosureService.deleteTEnclosureByIds(fIds));
 |  |          return toAjax(tEnclosureService.deleteTEnclosureByIds(fIds));
 | 
											
												
													
														|  |      }
 |  |      }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +    /**
 | 
											
												
													
														|  | 
 |  | +     * 删除仓库明细从表
 | 
											
												
													
														|  | 
 |  | +     */
 | 
											
												
													
														|  | 
 |  | +    @Log(title = "仓库明细从表", businessType = BusinessType.DELETE)
 | 
											
												
													
														|  | 
 |  | +    @PostMapping("/{fId}")
 | 
											
												
													
														|  | 
 |  | +    public AjaxResult removeById(@PathVariable Long  fId) {
 | 
											
												
													
														|  | 
 |  | +        tEnclosureService.deleteTEnclosureById(fId);
 | 
											
												
													
														|  | 
 |  | +        return AjaxResult.success("操作成功");
 | 
											
												
													
														|  | 
 |  | +    }
 | 
											
												
													
														|  |  }
 |  |  }
 |