1.添加正式码表查询接口文件
parent
eda6a5a7cb
commit
0ccebc0721
@ -0,0 +1,8 @@
|
||||
<?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="com.glxp.api.dao.inout.IoCodeDao">
|
||||
|
||||
<select id="filterCodeList" resultType="com.glxp.api.entity.inout.IoCodeEnttity">
|
||||
|
||||
</select>
|
||||
</mapper>
|
Loading…
Reference in New Issue