package jnpf.generater.model;
|
|
/**
|
* @author JNPF开发平台组
|
* @version V3.1.0
|
* @copyright 引迈信息技术有限公司(https://www.jnpfsoft.com)
|
* @date 2021-03-17
|
*/
|
public class GenBaseInfo {
|
|
/**
|
* 作者
|
*/
|
public static final String AUTHOR="JNPF开发平台组";
|
|
/**
|
* 版本
|
*/
|
public static final String VERSION="V3.6";
|
|
/**
|
* 版权
|
*/
|
public static final String COPYRIGHT="引迈信息技术有限公司(https://www.jnpfsoft.com)";
|
|
/**
|
* 包名
|
*/
|
public static final String PACKAGE_NAME="jnpf";
|
|
/**
|
* 描述
|
*/
|
public static final String DESCRIPTION ="";
|
}
|