package com.ruoyi.appendix.controller;
|
|
import io.swagger.annotations.Api;
|
import org.springframework.web.bind.annotation.RequestMapping;
|
import org.springframework.web.bind.annotation.RestController;
|
|
/**
|
* <br>
|
* 工序绑定参数-附表Controller
|
* </br>
|
*
|
* @author deslrey
|
* @version 1.0
|
* @since 2026/03/18 13:19
|
*/
|
@Api(tags = "工序绑定参数接口")
|
@RestController
|
@RequestMapping("/productProcessParamInstance")
|
public class ProductProcessParamInstanceController {
|
}
|