| | |
| | | import com.panzhihua.common.model.vos.SystemmanagementConfigVO; |
| | | import com.panzhihua.common.model.vos.shop.ShopStoreVO; |
| | | import com.panzhihua.common.model.vos.user.*; |
| | | import org.springframework.web.bind.annotation.RequestParam; |
| | | |
| | | /** |
| | | * @program: springcloud_k8s_panzhihuazhihuishequ |
| | |
| | | */ |
| | | R updateUserIsPartymember(String idCard); |
| | | /** |
| | | * 修改用户为非党员状态 |
| | | * @param idCard 身份证号 |
| | | * @return 修改结果 |
| | | */ |
| | | R updateUserNotPartymember(String idCard); |
| | | /** |
| | | * 获取各种协议 |
| | | * @param type 1居民端app协议 2网格员端app协议 3商家端app协议 4隐私政策 |
| | | * @return 协议内容 |
| | |
| | | * @param userId 登录用户 |
| | | * @return 成员集合 |
| | | */ |
| | | R listFamily(Long userId); |
| | | R listFamily(Long userId,Long pageNum, Long pageSize); |
| | | /** |
| | | * 新增家庭成员 |
| | | * @param comMngFamilyInfoVO 家庭成员基本信息 |