|
|
@@ -1,12 +1,5 @@
|
|
|
package com.sheep.gamegroup.model.entity;
|
|
|
|
|
|
-import com.alibaba.fastjson.JSONObject;
|
|
|
-
|
|
|
-import org.greenrobot.greendao.annotation.Id;
|
|
|
-import org.greenrobot.greendao.annotation.Unique;
|
|
|
-import org.xutils.db.annotation.Column;
|
|
|
-import org.xutils.db.annotation.Table;
|
|
|
-
|
|
|
import java.io.Serializable;
|
|
|
import java.util.List;
|
|
|
|
|
|
@@ -20,7 +13,7 @@ public class TaskEty implements Serializable{
|
|
|
private String create_time;// 0,
|
|
|
private String download_link;//private String string",
|
|
|
private int id;// 0,
|
|
|
- private int inspect_type = 1;// 1自动审核 2手动审核
|
|
|
+ private int inspect_type = 1;// 1自动审核 2手动审核 3,应用自动审核
|
|
|
private String package_names;//private String string",
|
|
|
private String remarks;//private String string",
|
|
|
private String screenshots;//private String string",
|