|
|
@@ -21,23 +21,23 @@ import io.swagger.annotations.ApiImplicitParam;
|
|
|
import io.swagger.annotations.ApiImplicitParams;
|
|
|
|
|
|
/**
|
|
|
- * 维保工单Controller
|
|
|
+ * MIS工单Controller
|
|
|
*
|
|
|
* @author ygtx
|
|
|
* @date 2025-10-25
|
|
|
*/
|
|
|
@RestController
|
|
|
@RequestMapping("/gxt/misInfo")
|
|
|
-@Api(tags = "维保工单管理")
|
|
|
+@Api(tags = "MIS工单管理")
|
|
|
public class GxtMisInfoController extends BaseController
|
|
|
{
|
|
|
@Autowired
|
|
|
private IGxtMisInfoService misInfoService;
|
|
|
|
|
|
/**
|
|
|
- * 查询维保工单列表
|
|
|
+ * 查询MIS工单列表
|
|
|
*/
|
|
|
- @ApiOperation("查询维保工单列表")
|
|
|
+ @ApiOperation("查询MIS工单列表")
|
|
|
@GetMapping("/list")
|
|
|
public TableDataInfo list(GxtMisInfo misInfo)
|
|
|
{
|
|
|
@@ -47,7 +47,7 @@ public class GxtMisInfoController extends BaseController
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
- * 查询维保工单列表
|
|
|
+ * 查询MIS工单列表
|
|
|
*/
|
|
|
@ApiOperation("查询工作组员列表")
|
|
|
@GetMapping("/listWorkPerson")
|