| | |
| | | package cn.gistack.sm.resDataCheck.service; |
| | | |
| | | import cn.gistack.sm.resDataCheck.entity.Rules; |
| | | import cn.gistack.sm.resDataCheck.entity.RulesCondition; |
| | | import cn.gistack.sm.resDataCheck.vo.RulesVO; |
| | | import com.baomidou.mybatisplus.core.metadata.IPage; |
| | | import org.springblade.core.mp.base.BaseService; |
| | | |
| | |
| | | */ |
| | | public interface IRulesConditionService extends BaseService<RulesCondition> { |
| | | IPage<RulesCondition> selectRulesConditionPage(IPage<RulesCondition> page, RulesCondition rulesCondition); |
| | | |
| | | /** |
| | | * 物理删除 |
| | | * @param id id |
| | | * @return |
| | | */ |
| | | boolean physicDelete(Long id); |
| | | } |