lidongdong
2024-07-10 1b98564e7dcc63a60d74b27c82d87cc5e40aed84
1
2
3
4
5
6
7
8
9
10
11
package com.panzhihua.service_dangjian.service;
 
import com.baomidou.mybatisplus.extension.service.IService;
import com.panzhihua.common.model.dtos.partybuilding.NewFightIntegral;
import com.panzhihua.common.model.vos.R;
import com.panzhihua.service_dangjian.entity.ComActIntegralUser;
 
public interface ComActIntegralUsersService  extends IService<ComActIntegralUser>
{
    R upIntegral(NewFightIntegral item);
}