PostgreSQLGeneratorDao.java 214 Bytes
Newer Older
mengmeng's avatar
mengmeng committed
1 2 3 4 5 6 7 8 9 10 11 12 13
package io.hmit.dao;

import org.apache.ibatis.annotations.Mapper;

/**
 * PostgreSQL代码生成器
 *
 * @author zsh 408538940@qq.com
 */
@Mapper
public interface PostgreSQLGeneratorDao extends GeneratorDao {

}