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 public class FmsInstructionRecordController extends BladeController { }