| | |
| | | import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
| | | import com.ruoyi.project.domain.ServiceFundShared; |
| | | import org.apache.ibatis.annotations.Mapper; |
| | | import org.apache.ibatis.annotations.Param; |
| | | |
| | | import java.util.List; |
| | | |
| | |
| | | public List<ServiceFundShared> selectServiceFundSharedList(ServiceFundShared serviceFundShared); |
| | | |
| | | List<ServiceFundShared> getFundShareInfoById(Long fundid); |
| | | |
| | | Boolean delfundsharedInfoById(@Param("fundId") Long fundId,@Param("serfunid") Long serfunid); |
| | | |
| | | Boolean updateShareByfundid(ServiceFundShared serviceFundShared); |
| | | } |