mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-10-13 16:57:10 +08:00
refactor: 💥 调整后端请求、响应参数模型命名风格
XxxRequest => XxxReq XxxVO => XxxResp
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd" >
|
||||
<mapper namespace="top.charles7c.cnadmin.system.mapper.DictItemMapper">
|
||||
<select id="listByDictCode" resultType="top.charles7c.cnadmin.common.model.vo.LabelValueVO">
|
||||
<select id="listByDictCode" resultType="top.charles7c.cnadmin.common.model.resp.LabelValueResp">
|
||||
SELECT t1.`label`, t1.`value`, t1.`color`
|
||||
FROM `sys_dict_item` AS t1
|
||||
LEFT JOIN `sys_dict` AS t2 ON t1.`dict_id` = t2.`id`
|
||||
|
Reference in New Issue
Block a user