commit | author | age | ||
a18bfa | 1 | <?xml version="1.0" encoding="UTF-8" ?> |
Z | 2 | <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd" > |
3 | <mapper namespace="com.changhong.epc.admin.mapper.centen.norm.MasterFtpMapper"> | |
4 | ||
5 | ||
6 | ||
7 | <sql id="selectMasterFtp"> | |
8 | id,filePaths,dataType,ins_p,ins_t,upd_p,upd_t,data_start | |
9 | </sql> | |
10 | ||
11 | ||
12 | ||
13 | ||
14 | </mapper> |