政策启用禁用功能开发
This commit is contained in:
@@ -42,4 +42,9 @@ public interface PolicyInfoMapper {
|
||||
* 批量删除政策
|
||||
*/
|
||||
int deletePolicyInfoByIds(@Param("ids") Long[] ids);
|
||||
|
||||
/**
|
||||
* 更新政策状态(启用/禁用)
|
||||
*/
|
||||
int updateStatus(@Param("id") Long id, @Param("status") String status);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user