| | |
| | | package com.mes.hollow.controller; |
| | | |
| | | |
| | | import com.mes.damage.entity.request.DamageRequest; |
| | | import com.mes.hollow.entity.dto.LackDetailsDTO; |
| | | import com.mes.hollow.entity.vo.HollowAllFlowCardVO; |
| | | import com.mes.hollow.entity.vo.HollowBigStorageDetailsQueryVO; |
| | |
| | | // return Result.success(lackDetailsList); |
| | | // } |
| | | |
| | | @ApiOperation("中空缺片爆破笼报破损") |
| | | @PostMapping("/hollowBigStorageGlassDamage") |
| | | public Result<Boolean> hollowBigStorageGlassDamage(@RequestBody DamageRequest request) { |
| | | return Result.build(200, "报破损成功", hollowGlassRelationInfoService.hollowBigStorageGlassDamage(request)); |
| | | } |
| | | |
| | | } |
| | | |