diff --git a/src/main/resources/mappers/SysDictionaryMapper.xml b/src/main/resources/mappers/SysDictionaryMapper.xml new file mode 100644 index 0000000..40b1eba --- /dev/null +++ b/src/main/resources/mappers/SysDictionaryMapper.xml @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + select id,code,name,`value`,remark,level,path,parent_id,contact_code,is_del,sort,create_by,create_time,update_by,update_time + from sys_dictionary + + + + + + \ No newline at end of file