|
@ -17,15 +17,10 @@ |
|
|
|
|
|
|
|
|
package com.epmet.service; |
|
|
package com.epmet.service; |
|
|
|
|
|
|
|
|
import com.epmet.commons.mybatis.service.BaseService; |
|
|
|
|
|
import com.epmet.commons.tools.page.PageData; |
|
|
|
|
|
import com.epmet.dto.IcPropertyManagementDTO; |
|
|
|
|
|
import com.epmet.dto.form.IcPropertyManagementFormDTO; |
|
|
import com.epmet.dto.form.IcPropertyManagementFormDTO; |
|
|
import com.epmet.dto.result.IcPropertyManagementResultDTO; |
|
|
import com.epmet.dto.result.IcPropertyManagementResultDTO; |
|
|
import com.epmet.entity.IcPropertyManagementEntity; |
|
|
|
|
|
|
|
|
|
|
|
import java.util.List; |
|
|
import java.util.List; |
|
|
import java.util.Map; |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* 物业表 |
|
|
* 物业表 |
|
@ -37,7 +32,7 @@ public interface PropertyManagementService { |
|
|
|
|
|
|
|
|
List<IcPropertyManagementResultDTO> getList(); |
|
|
List<IcPropertyManagementResultDTO> getList(); |
|
|
|
|
|
|
|
|
void add(IcPropertyManagementFormDTO formDTO); |
|
|
String add(IcPropertyManagementFormDTO formDTO); |
|
|
|
|
|
|
|
|
void update(IcPropertyManagementFormDTO formDTO); |
|
|
void update(IcPropertyManagementFormDTO formDTO); |
|
|
void delete(IcPropertyManagementFormDTO formDTO); |
|
|
void delete(IcPropertyManagementFormDTO formDTO); |
|
|