Commit 764914ec authored by zhangzhenbang's avatar zhangzhenbang

初始化

parent 9832278f
Pipeline #143 canceled with stages
package com.yingxin.beijingvehicleflow.mapper; package com.yingxin.beijingvehicleflow.mapper;
import org.apache.ibatis.annotations.Mapper;
/** /**
* description //TODO * 数据库表单对应Mapper
* *
* @author 226 * @author 226
* @version 1.0 * @version 1.0
* @date 2020/2/23 * @date 2020/2/23
*/ */
@Mapper
public interface FloatingPopulationMapper { public interface FloatingPopulationMapper {
} }
package com.yingxin.beijingvehicleflow.mapper; package com.yingxin.beijingvehicleflow.mapper;
import org.apache.ibatis.annotations.Mapper;
/** /**
* description //TODO * 数据库表单对应Mapper
* *
* @author 226 * @author 226
* @version 1.0 * @version 1.0
* @date 2020/2/23 * @date 2020/2/23
*/ */
@Mapper
public interface IdentityInformationMapper { public interface IdentityInformationMapper {
} }
package com.yingxin.beijingvehicleflow.mapper; package com.yingxin.beijingvehicleflow.mapper;
import org.apache.ibatis.annotations.Mapper;
/** /**
* description //TODO * 数据库表单对应Mapper
* *
* @author 226 * @author 226
* @version 1.0 * @version 1.0
* @date 2020/2/23 * @date 2020/2/23
*/ */
@Mapper
public interface ReservationMapper { public interface ReservationMapper {
} }
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