yangys
2024-04-04 ed4a5236bab800094be4a8378f5098eebe3de6ac
1
2
3
4
5
6
7
8
9
10
11
12
13
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 {
}