| | |
| | | |
| | | import com.panzhihua.common.model.vos.R; |
| | | import com.panzhihua.common.model.vos.community.building.NewFightConvenientMerchantVO; |
| | | import com.panzhihua.common.model.vos.user.SysUserVO; |
| | | import com.panzhihua.service_dangjian.entity.NewFightConvenientMerchant; |
| | | import org.apache.ibatis.annotations.Param; |
| | | |
| | | import java.util.List; |
| | | |
| | | /** |
| | | * @program: springcloud_k8s_panzhihuazhihuishequ |
| | |
| | | |
| | | R selectUserList(String communityId,String phoneOrname); |
| | | |
| | | R selectUserListB(String communityId,String phoneOrname); |
| | | |
| | | |
| | | R selectUserBind(String communityId, String userId); |
| | | } |