Commit cbce0ba1 authored by 赵啸非's avatar 赵啸非

添加事项接口

parent 798d0c72
Pipeline #2811 failed with stages
......@@ -56,6 +56,15 @@
<profiles.nacos.namespace>smart-gov</profiles.nacos.namespace>
</properties>
</profile>
<profile>
<id>regtest</id>
<properties>
<profiles.active>regtest</profiles.active>
<profiles.nacos.server-addr>192.168.0.250:8848</profiles.nacos.server-addr>
<profiles.nacos.group>DEFAULT_GROUP</profiles.nacos.group>
<profiles.nacos.namespace>smart-gov</profiles.nacos.namespace>
</properties>
</profile>
<profile>
<id>reg</id>
<properties>
......
......@@ -22,4 +22,10 @@ public class MatterVo extends BaseEntityLong {
*/
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