| | |
| | | |
| | | |
| | | public interface StateApplyRecordService extends IService<StateApplyRecord> { |
| | | |
| | | PageInfo<StateApplyRecordVO> pageInfo(StateApplyRecordPageBO stateApplyRecordPageBO); |
| | | |
| | | boolean saveStateApplyRecordAndItem(SaveRecordAndItemBO stateApplyRecordPageBO); |
| | | |
| | | ApplyHouseholdOwnerVO getApplyHouseholdOwner(GetApplyHouseholdOwnerBO getApplyHouseholdOwnerBO); |
| | | |
| | | Object apply(StateApplyRecordPageBO stateApplyRecordPageBO); |
| | | |
| | | StateApplyRecordPageInfoLevelVO pageInfoLevel(StateApplyRecordPageInfoLevelBO stateApplyRecordPageBO); |
| | | |
| | | PageInfo<ApplyOwnerBO> getApplyHouseholdOwnerInfo(GetApplyHouseholdOwnerBO getApplyHouseholdOwnerBO); |
| | | |
| | | List<ApplyOwnerBO> importOwnerByFile(ImportApplyRecordBO importApplyRecordBO); |
| | | |
| | | ApplyBO stateApplyRecordDetail(GetApplyHouseholdOwnerBO getApplyHouseholdOwnerBO); |
| | | |
| | | void updateApplyStatus(String recordId, Integer status); |