All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.mybatis.generator.extend.config.ExtendProperties Maven / Gradle / Ivy

There is a newer version: 1.2
Show newest version
package org.mybatis.generator.extend.config;

/**
 * Created by zhangguangyong on 2016/7/26.
 */
public abstract class ExtendProperties {
    /**
     * 自定义代码开始标记
     */
    public static final String CUSTOM_CODE_START_MARK = "customCodeStartMark";

    /**
     * 自定义代码结束标记
     */
    public static final String CUSTOM_CODE_END_MARK = "customCodeEndMark";


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy