| | |
| | | import com.xzx.gc.entity.UserInfo; |
| | | import com.xzx.gc.model.admin.UserModel; |
| | | import com.xzx.gc.model.user.*; |
| | | import com.xzx.gc.user.dto.TgmxInfoListDto; |
| | | import com.xzx.gc.user.vo.TgmxInfoListVo; |
| | | import com.xzx.gc.util.GcMapper; |
| | | import org.apache.ibatis.annotations.Param; |
| | | import org.springframework.stereotype.Repository; |
| | |
| | | List<UserModel> queryAllUserByPid(@Param("userName") String userName, @Param("roleType") String roleType, @Param("partnerId") String partnerId); |
| | | |
| | | UserModel queryUserById(@Param("userId") String userId); |
| | | |
| | | List<TgmxInfoListVo> tgmxInfo(@Param("record")TgmxInfoListDto model); |
| | | } |