| | |
| | | import com.webmanage.common.PageResult; |
| | | import com.webmanage.dto.PointsRuleDTO; |
| | | import com.webmanage.entity.PointsRule; |
| | | import com.webmanage.vo.PointsRuleResultVO; |
| | | import com.webmanage.vo.PointsRuleVO; |
| | | |
| | | import java.util.List; |
| | | |
| | |
| | | /** |
| | | * 分页查询积分规则 |
| | | */ |
| | | PageResult<PointsRule> getPointsRulePage(Integer pageNum, Integer pageSize, String ruleName, String ruleType); |
| | | PointsRuleResultVO getPointsRuleList(Long ruleId); |
| | | |
| | | /** |
| | | * 新增积分规则 |
| | |
| | | /** |
| | | * 修改积分规则 |
| | | */ |
| | | boolean updatePointsRule(PointsRuleDTO pointsRuleDTO); |
| | | boolean updatePointsRule(List<PointsRuleDTO> pointsRuleDetailsVOS); |
| | | |
| | | /** |
| | | * 删除积分规则 |