fix:1.增加空辊信息管理。2.增加烘箱点位管理。3.增加生箔工序单下满卷、单上空辊、单下空辊、允许进入功能。4.优化生箔工序.5.增加烘箱工序工功能。6.手持接口等。
This commit is contained in:
@@ -23,4 +23,14 @@ public interface DictDataCommonApi {
|
||||
@Parameter(name = "dictType", description = "字典类型", example = "SEX", required = true)
|
||||
CommonResult<List<DictDataRespDTO>> getDictDataList(@RequestParam("dictType") String dictType);
|
||||
|
||||
@GetMapping(PREFIX + "/parseDictData")
|
||||
@Operation(summary = "获得指定字典类型和字典数据标签的字典数据")
|
||||
CommonResult<DictDataRespDTO> parseDictData(@RequestParam("dictType")
|
||||
@Parameter(name = "dictType", description = "字典类型", example = "SEX", required = true)
|
||||
String dictType,
|
||||
@RequestParam("label")
|
||||
@Parameter(name = "label", description = "字典数据标签", example = "男", required = true)
|
||||
String label
|
||||
);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user