mirror of
https://gitee.com/freshday/radar.git
synced 2024-12-03 04:17:47 +08:00
代码优化
Signed-off-by: 烈日下的从容 <wfh45678@163.com>
This commit is contained in:
parent
9f2a341a24
commit
8d99e7eebf
@ -7,7 +7,6 @@ import java.util.List;
|
||||
* <p>PageVO class.</p>
|
||||
*
|
||||
* @author zhang
|
||||
* @version $Id: $Id
|
||||
*/
|
||||
public class PageVO<T> {
|
||||
|
||||
|
@ -11,9 +11,7 @@ public class PluginVO {
|
||||
|
||||
// private JSONArray meta;
|
||||
|
||||
public PluginVO() {
|
||||
|
||||
}
|
||||
|
||||
public PluginVO(PluginType plugin) {
|
||||
this.key = plugin.getKey();
|
||||
|
Loading…
Reference in New Issue
Block a user