|
@ -103,4 +103,13 @@ public interface VolunteerOrgService extends BaseService<VolunteerOrgEntity> { |
|
|
* @return com.elink.esua.epdc.commons.tools.utils.Result<java.util.List<com.elink.esua.epdc.volunteer.VolunteerOrgDTO>> |
|
|
* @return com.elink.esua.epdc.commons.tools.utils.Result<java.util.List<com.elink.esua.epdc.volunteer.VolunteerOrgDTO>> |
|
|
*/ |
|
|
*/ |
|
|
Result<List<VolunteerOrgDTO>> getVolunteerOrgList(); |
|
|
Result<List<VolunteerOrgDTO>> getVolunteerOrgList(); |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
* @describe: 小程序-组织列表 |
|
|
|
|
|
* @author wangtong |
|
|
|
|
|
* @date 2021/8/30 9:49 |
|
|
|
|
|
* @params [] |
|
|
|
|
|
* @return com.elink.esua.epdc.commons.tools.utils.Result<java.util.List<com.elink.esua.epdc.volunteer.VolunteerOrgDTO>> |
|
|
|
|
|
*/ |
|
|
|
|
|
Result<List<VolunteerOrgDTO>> getAppVolunteerOrgList(); |
|
|
} |
|
|
} |