| | |
| | | import org.springframework.web.bind.annotation.RequestParam; |
| | | import org.springframework.web.bind.annotation.RestController; |
| | | import springfox.documentation.annotations.ApiIgnore; |
| | | |
| | | /** |
| | | * 设施管理系统:工单 |
| | | */ |
| | | @Api(value = "fms_order", tags = {"fms_order"}) |
| | | @ApiResource({"blade-fms/order"}) |
| | | @RestController |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/fms/controller/FmsOrderController.class */ |
| | | public class FmsOrderController extends BladeController { |
| | | private final IFmsOrderService fmsOrderService; |
| | | private final IParamService paramService; |