Commit 5506d7b0 authored by “yiyousong”'s avatar “yiyousong”
parents 424c44df d3942641
...@@ -27,4 +27,10 @@ public class MatterVo extends BaseEntityLong { ...@@ -27,4 +27,10 @@ public class MatterVo extends BaseEntityLong {
*/ */
private Integer isTerminal = 0; private Integer isTerminal = 0;
/** 主键,自增长列表 */
private List <Long> idList;
/** 主键,自增长排除列表 */
private List <Long> idNotList;
} }
\ 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