package com.qianwen.smartman.modules.fms.controller; import io.swagger.annotations.Api; import com.qianwen.core.boot.ctrl.BladeController; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; @Api(value = "fms-instruction-record", tags = {"fms-instruction-record"}) @RequestMapping({"blade-fms/fms-instruction-record"}) @RestController /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/fms/controller/FmsInstructionRecordController.class */ public class FmsInstructionRecordController extends BladeController { }