作者 Promise

去掉Jeesit首注释

正在显示 259 个修改的文件 包含 275 行增加275 行删除
@echo off
rem /**
rem * Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
rem *
rem *
rem * Author: ThinkGem@163.com
rem */
echo.
echo [ÐÅÏ¢] ÇåÀíÉú³É·¾¶¡£
echo [��Ϣ] ��������·����
echo.
pause
echo.
... ...
@echo off
rem /**
rem * Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
rem *
rem *
rem * Author: ThinkGem@163.com
rem */
echo.
echo [Ϣ] Eclipseļ
echo [��Ϣ] ����Eclipse�����ļ���
echo.
pause
echo.
... ...
@echo off
rem /**
rem * Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
rem *
rem *
rem * Author: ThinkGem@163.com
rem */
echo.
echo [ÐÅÏ¢] Éú³ÉEclipse¹¤³ÌÎļþ¡£
echo [��Ϣ] ����Eclipse�����ļ���
echo.
pause
echo.
... ...
@echo off
rem /**
rem * Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
rem *
rem *
rem * Author: ThinkGem@163.com
rem */
echo.
echo [Ϣ] Eclipseļ
echo [��Ϣ] ����Eclipse�����ļ���
echo.
pause
echo.
... ...
@echo off
rem /**
rem * Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
rem *
rem *
rem * Author: ThinkGem@163.com
rem */
echo.
echo [信息] 打包工程,生成war包文件。
echo [��Ϣ] ������̣�����war���ļ���
echo.
pause
echo.
... ...
@echo off
rem /**
rem * Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
rem *
rem *
rem * Author: ThinkGem@163.com
rem */
title %cd%
echo.
echo [信息] 使用Jetty插件运行工程。
echo [��Ϣ] ʹ��Jetty������й��̡�
echo.
rem pause
rem echo.
... ...
@echo off
rem /**
rem * Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
rem *
rem *
rem * Author: ThinkGem@163.com
rem */
title %cd%
echo.
echo [信息] 使用Tomcat6插件运行工程。
echo [��Ϣ] ʹ��Tomcat6������й��̡�
echo.
rem pause
rem echo.
... ...
@echo off
rem /**
rem * Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
rem *
rem *
rem * Author: ThinkGem@163.com
rem */
title %cd%
echo.
echo [信息] 使用Tomcat7插件运行工程。
echo [��Ϣ] ʹ��Tomcat7������й��̡�
echo.
rem pause
rem echo.
... ...
@echo off
rem /**
rem * Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
rem *
rem *
rem * Author: ThinkGem@163.com
rem */
echo.
echo [信息] 更新项目版本号。
echo [��Ϣ] ������Ŀ�汾�š�
echo.
rem pause
echo.
cd %~dp0
set /p new=请输入新版本号:
set /p new=�������°汾�ţ�
echo.
pause
echo.
cd ..
rem 更新pom版本号
rem ����pom�汾��
call mvn versions:set -DnewVersion=%new%
rem 替换 jeesite.properties 中的版本号
rem �滻 jeesite.properties �еİ汾��
echo.
set f=%cd%\src\main\resources\jeesite.properties
echo [INFO] Update %f%
... ...
@echo off
rem /**
rem * Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
rem *
rem *
rem * Author: ThinkGem@163.com
rem */
echo.
echo [信息] 重建您的数据库并导入初始数据。
echo [��Ϣ] �ؽ��������ݿⲢ�����ʼ���ݡ�
echo.
pause
echo.
echo [信息] 此操作会清空您的数据表和数据,并恢复初始状态。
echo [��Ϣ] �˲���������������ݱ�����ݣ����ָ���ʼ״̬��
echo.
echo [信息] 确认继续吗?否则请关闭窗口。
echo [��Ϣ] ȷ�ϼ����𣿷�����رմ��ڡ�
echo.
pause
echo.
echo [信息] 您真的确认继续吗?否则请关闭窗口。
echo [��Ϣ] �����ȷ�ϼ����𣿷�����رմ��ڡ�
echo.
pause
echo.
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.common.config;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.common.filter;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.common.mapper;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.common.persistence;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.common.persistence;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.common.persistence;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.common.persistence;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.common.persistence;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.common.persistence;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.common.persistence;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.common.persistence;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.common.persistence;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.common.persistence.annotation;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.common.persistence.dialect;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.common.persistence.dialect.db;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.common.persistence.dialect.db;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.common.persistence.dialect.db;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.common.persistence.dialect.db;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.common.persistence.dialect.db;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.common.persistence.dialect.db;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.common.persistence.dialect.db;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.common.persistence.dialect.db;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.common.persistence.dialect.db;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.common.persistence.dialect.db;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.common.persistence.interceptor;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.common.persistence.interceptor;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.common.persistence.interceptor;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.common.persistence.interceptor;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.common.persistence.proxy;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.common.persistence.proxy;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.common.persistence.proxy;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.common.persistence.proxy;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.common.security.shiro;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.common.security.shiro.cache;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.common.security.shiro.cache;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.common.security.shiro.session;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.common.security.shiro.session;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.common.security.shiro.session;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.common.service;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.common.service;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.common.service;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.common.service;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.common.servlet;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.common.supcan;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.common.supcan.annotation.common.fonts;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.common.supcan.annotation.common.properties;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.common.supcan.annotation.common.properties;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.common.supcan.annotation.common.properties;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.common.supcan.annotation.treelist;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.common.supcan.annotation.treelist.cols;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.common.supcan.annotation.treelist.cols;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.common.supcan.common;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.common.supcan.common.fonts;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.common.supcan.common.properties;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.common.supcan.common.properties;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.common.supcan.common.properties;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.common.supcan.freeform;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.common.supcan.treelist;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.common.supcan.treelist.cols;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.common.supcan.treelist.cols;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.common.utils;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.common.utils;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.common.utils;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.common.utils;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.common.utils;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.common.utils;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.common.utils;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.common.utils;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.common.utils;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.common.utils;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.common.utils;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.common.utils;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.common.utils;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.common.utils;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.common.utils;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.common.utils;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.common.utils;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.common.utils.excel;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.common.utils.excel;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.common.utils.excel.annotation;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.common.utils.excel.fieldtype;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.common.utils.excel.fieldtype;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.common.utils.excel.fieldtype;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.common.web;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.common.web;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.common.web;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.act.dao;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.act.entity;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.act.service;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.act.service;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.act.service;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.act.service.ext;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.act.service.ext;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.act.service.ext;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.act.service.ext;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.act.utils;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.act.utils;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.act.utils;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.act.utils;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.act.utils;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.act.web;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.act.web;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.act.web;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.cms.dao;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.cms.dao;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.cms.dao;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.cms.dao;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.cms.dao;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.cms.dao;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.cms.dao;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.cms.entity;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.cms.entity;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.cms.entity;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.cms.entity;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.cms.entity;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.cms.entity;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.cms.service;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.cms.service;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.cms.service;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.cms.service;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.cms.service;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.cms.service;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.cms.service;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.cms.service;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.cms.utils;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.cms.web;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.cms.web;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.cms.web;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.cms.web;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.cms.web;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.cms.web;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.cms.web;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.cms.web;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.cms.web.front;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.cms.web.front;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.cms.web.front;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.cms.web.front;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.gen.dao;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.gen.dao;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.gen.dao;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.gen.dao;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.gen.dao;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.gen.entity;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.gen.entity;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.gen.entity;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.gen.entity;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.gen.entity;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.gen.entity;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.gen.service;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.gen.service;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.gen.service;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.gen.util;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.gen.web;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.gen.web;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.gen.web;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.oa.dao;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.oa.dao;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.oa.dao;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.oa.entity;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.oa.entity;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.oa.entity;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.oa.service;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.oa.service;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.oa.web;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.oa.web;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.sys.dao;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.sys.dao;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.sys.dao;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.sys.dao;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.sys.dao;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.sys.dao;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.sys.dao;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.sys.entity;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.sys.entity;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.sys.entity;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.sys.entity;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.sys.entity;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.sys.entity;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.sys.entity;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.sys.interceptor;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.sys.interceptor;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.sys.security;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.sys.security;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.sys.security;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.sys.service;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.sys.service;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.sys.service;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.sys.service;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.sys.utils;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.sys.utils;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.sys.utils;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.sys.web;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.sys.web;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.sys.web;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.sys.web;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.sys.web;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.sys.web;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.sys.web;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.sys.web;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.sys.web;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.test.dao;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.test.entity;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.test.service;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.test.web;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.yard.dao;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.yard.dao;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.yard.dao;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.yard.dao;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.yard.entity;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.yard.entity;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.yard.entity;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.yard.entity;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.yard.service;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.yard.service;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.yard.service;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.yard.service;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.yard.web;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.yard.web;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.yard.web;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.modules.yard.web;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.test.dao;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.test.dao;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.test.dao;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.test.dao;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.test.entity;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.test.entity;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.test.entity;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.test.entity;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.test.service;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.test.service;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.test.service;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.test.web;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.test.web;
... ...
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package com.thinkgem.jeesite.test.web;
... ...
... ... @@ -5,7 +5,7 @@
<fileName>${ClassName}Controller.java</fileName>
<content><![CDATA[
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package ${packageName}.${moduleName}.web<#if subModuleName != "">.${subModuleName}</#if>;
... ...
... ... @@ -5,7 +5,7 @@
<fileName>${ClassName}Service.java</fileName>
<content><![CDATA[
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package ${packageName}.${moduleName}.service<#if subModuleName != "">.${subModuleName}</#if>;
... ...
... ... @@ -5,7 +5,7 @@
<fileName>${ClassName}Service.java</fileName>
<content><![CDATA[
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package ${packageName}.${moduleName}.service<#if subModuleName != "">.${subModuleName}</#if>;
... ...
... ... @@ -5,7 +5,7 @@
<fileName>${ClassName}Dao.java</fileName>
<content><![CDATA[
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package ${packageName}.${moduleName}.dao<#if subModuleName != "">.${subModuleName}</#if>;
... ...
... ... @@ -5,7 +5,7 @@
<fileName>${ClassName}.java</fileName>
<content><![CDATA[
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package ${packageName}.${moduleName}.entity<#if subModuleName != "">.${subModuleName}</#if>;
... ...
... ... @@ -5,7 +5,7 @@
<fileName>${ClassName}Controller.java</fileName>
<content><![CDATA[
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package ${packageName}.${moduleName}.web<#if subModuleName != "">.${subModuleName}</#if>;
... ...
... ... @@ -5,7 +5,7 @@
<fileName>${ClassName}Dao.java</fileName>
<content><![CDATA[
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package ${packageName}.${moduleName}.dao<#if subModuleName != "">.${subModuleName}</#if>;
... ...
... ... @@ -5,7 +5,7 @@
<fileName>${ClassName}.java</fileName>
<content><![CDATA[
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package ${packageName}.${moduleName}.entity<#if subModuleName != "">.${subModuleName}</#if>;
... ...
... ... @@ -5,7 +5,7 @@
<fileName>${ClassName}Service.java</fileName>
<content><![CDATA[
/**
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*/
package ${packageName}.${moduleName}.service<#if subModuleName != "">.${subModuleName}</#if>;
... ...
/*!
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*
* 通用公共方法
* @author ThinkGem
... ...
/*!
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*
* 通用公共方法
* @author ThinkGem
... ...
/*!
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*
* 主框架窗口大小调整
* @author ThinkGem
... ...
/*!
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*
* 主框架窗口大小调整
* @author ThinkGem
... ...
/*!
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*
* 硕正组件封装
* @author ThinkGem
... ...
/*!
* Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*
*
* 硕正组件封装
* @author ThinkGem
... ...