riku
2021-06-30 9f12f5605ebffbf6312db9d653f434d56cda20c3
1
2
3
4
5
6
7
8
9
10
package com.flightfeather.uav.lightshare.service
 
import com.flightfeather.uav.domain.entity.Company
import com.flightfeather.uav.lightshare.bean.BaseResponse
import com.flightfeather.uav.lightshare.bean.DataVo
 
interface CompanyService {
 
    fun getCompanyInfo(): BaseResponse<List<Company>>
}