|
@@ -55,13 +55,6 @@ public class ZEnginSpecificationsController extends BaseController {
|
|
|
return R.ok(iZEnginSpecificationsService.getEnginSpecifications(materId));
|
|
|
}
|
|
|
/**
|
|
|
- * 全部材质规格
|
|
|
- */
|
|
|
- @GetMapping("/getEnginSpecificationsListAll")
|
|
|
- public R getEnginSpecificationsListAll() {
|
|
|
- return R.ok(iZEnginSpecificationsService.getEnginSpecificationsListAll());
|
|
|
- }
|
|
|
- /**
|
|
|
* 导出工程材质规格列表
|
|
|
*/
|
|
|
@SaCheckPermission("zdsz:enginSpecifications:export")
|