Commit a5f39c15 by zhangxingmin

push

parent 27927216
......@@ -34,4 +34,5 @@ public interface ApiSysDictFeignClient {
*/
@PostMapping("/type/list")
Result<List<GetDictTypeListResponse>> getByDictTypeList(@Validated @RequestBody GetDictTypeListRequest request);
}
......@@ -14,6 +14,11 @@ public class GetDictItemListByDictTypeResponse {
private Long id;
/**
* 字典类型
*/
private String dictType;
/**
* 字典数据id(业务id)
*/
private String dictItemBizId;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment