mirror of
https://gitee.com/dromara/RuoYi-Cloud-Plus.git
synced 2025-09-06 12:28:10 +00:00
update 优化 替换 MP 过期常量
This commit is contained in:
@@ -54,5 +54,5 @@ public interface TestDemoMapper extends BaseMapperPlus<TestDemoMapper, TestDemo,
|
|||||||
@DataColumn(key = "deptName", value = "dept_id"),
|
@DataColumn(key = "deptName", value = "dept_id"),
|
||||||
@DataColumn(key = "userName", value = "user_id")
|
@DataColumn(key = "userName", value = "user_id")
|
||||||
})
|
})
|
||||||
int deleteBatchIds(@Param(Constants.COLLECTION) Collection<?> idList);
|
int deleteBatchIds(@Param(Constants.COLL) Collection<?> idList);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user