| | |
| | | * 管理员id |
| | | */ |
| | | private Integer adminId; |
| | | } |
| | | } |
| | |
| | | |
| | | package com.ruoyi.domain; |
| | | |
| | | import com.baomidou.mybatisplus.annotation.IdType; |
| | |
| | | * 成员sysUser_id |
| | | */ |
| | | private Integer memberId; |
| | | |
| | | } |
| | |
| | | |
| | | package com.ruoyi.mapper; |
| | | |
| | | import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
| | |
| | | |
| | | @Mapper |
| | | public interface ZfClanManageMapper extends BaseMapper<ZfClanManage> { |
| | | |
| | | } |
| | |
| | | |
| | | package com.ruoyi.mapper; |
| | | |
| | | import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
| | |
| | | |
| | | @Mapper |
| | | public interface ZfClanMapper extends BaseMapper<ZfClan> { |
| | | |
| | | |
| | | |
| | | } |
| | |
| | | |
| | | package com.ruoyi.service; |
| | | |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | |
| | | AjaxResult addData(ZfClanManage zfClanManage); |
| | | |
| | | AjaxResult deleteData(Long[] ids); |
| | | |
| | | } |
| | |
| | | |
| | | package com.ruoyi.service; |
| | | |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | |
| | | AjaxResult updateData(ZfClan zfClan); |
| | | |
| | | AjaxResult deleteData(Long[] ids); |
| | | |
| | | } |
| | |
| | | |
| | | package com.ruoyi.service.impl; |
| | | |
| | | import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; |
| | |
| | | public AjaxResult deleteData(Long[] ids) { |
| | | return null; |
| | | } |
| | | |
| | | } |
| | |
| | | |
| | | package com.ruoyi.service.impl; |
| | | |
| | | import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper; |
| | |
| | | return AjaxResult.error(); |
| | | } |
| | | }} |
| | | |