|
@@ -220,6 +220,11 @@ public class Project extends BaseEntity {
|
|
@Query(type = QueryType.EQ)
|
|
@Query(type = QueryType.EQ)
|
|
private String itemType;
|
|
private String itemType;
|
|
|
|
|
|
|
|
+ /**
|
|
|
|
+ * 文件上传状态(0未完成1已完成)
|
|
|
|
+ */
|
|
|
|
+ private String fileUploadType;
|
|
|
|
+
|
|
private static final long serialVersionUID = 1L;
|
|
private static final long serialVersionUID = 1L;
|
|
|
|
|
|
/**
|
|
/**
|