代码优化

Signed-off-by: 烈日下的从容 <wfh45678@163.com>
This commit is contained in:
烈日下的从容 2019-09-27 15:26:40 +08:00
parent 9f2a341a24
commit 8d99e7eebf
2 changed files with 0 additions and 3 deletions

View File

@ -7,7 +7,6 @@ import java.util.List;
* <p>PageVO class.</p>
*
* @author zhang
* @version $Id: $Id
*/
public class PageVO<T> {

View File

@ -11,9 +11,7 @@ public class PluginVO {
// private JSONArray meta;
public PluginVO() {
}
public PluginVO(PluginType plugin) {
this.key = plugin.getKey();