Commit 783c77f3 authored by 赵啸非's avatar 赵啸非

更新评价统计计算

parent c331cdec
...@@ -17,7 +17,7 @@ import java.util.Date; ...@@ -17,7 +17,7 @@ import java.util.Date;
public class DeclareFinImagesVo extends BaseEntityLong { public class DeclareFinImagesVo extends BaseEntityLong {
/** 主键ID,主键,自增长列表 */ /** 主键ID,主键,自增长列表 */
private List <Long> idList; private transient List <Long> idList;
} }
\ No newline at end of file
...@@ -17,7 +17,7 @@ import java.util.Date; ...@@ -17,7 +17,7 @@ import java.util.Date;
public class StaffVo extends BaseEntityLong { public class StaffVo extends BaseEntityLong {
/** 序号,主键,自增长列表 */ /** 序号,主键,自增长列表 */
private List <Long> idList; private transient List <Long> idList;
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment