6 changed files with 42 additions and 40 deletions
@ -1,10 +0,0 @@ |
|||
package com.epmet.resi.mine.dto.from; |
|||
|
|||
/** |
|||
* @description: 我的建议列表DTO |
|||
* @author: liushaowen |
|||
* @date: 2020/11/5 10:38 |
|||
*/ |
|||
|
|||
public class MyAdviceListFormDTO { |
|||
} |
@ -1,13 +0,0 @@ |
|||
package com.epmet.resi.mine.dto.from; |
|||
|
|||
import lombok.Data; |
|||
|
|||
/** |
|||
* @description: 提交建议DTO |
|||
* @author: liushaowen |
|||
* @date: 2020/11/5 10:35 |
|||
*/ |
|||
|
|||
@Data |
|||
public class SubmitAdviceFormDTO { |
|||
} |
@ -1,11 +1,12 @@ |
|||
package com.epmet.modules.advice.service; |
|||
|
|||
import com.epmet.commons.tools.utils.Result; |
|||
import com.epmet.resi.mine.dto.from.MyAdviceListFormDTO; |
|||
import com.epmet.resi.mine.dto.from.SubmitAdviceFormDTO; |
|||
import com.epmet.dto.form.SubmitAdviceFormDTO; |
|||
|
|||
import java.util.Map; |
|||
|
|||
public interface AdviceService { |
|||
Result submitAdvice(SubmitAdviceFormDTO dto); |
|||
|
|||
Result getMyAdviceList(MyAdviceListFormDTO dto); |
|||
Result getMyAdviceList(Map<String,Integer> map); |
|||
} |
|||
|
Loading…
Reference in new issue