forked from luyan/epmet-cloud-lingshan
1 changed files with 0 additions and 32 deletions
@ -1,32 +0,0 @@ |
|||
package com.epmet.controller; |
|||
|
|||
import com.epmet.service.IcBuildingService; |
|||
import com.epmet.service.IcHouseService; |
|||
import org.springframework.beans.factory.annotation.Autowired; |
|||
import org.springframework.web.bind.annotation.RequestMapping; |
|||
import org.springframework.web.bind.annotation.RestController; |
|||
|
|||
import javax.annotation.Resource; |
|||
|
|||
/** |
|||
* @Description 灵山大屏-查询gov-org库的接口, 可以放在这.... |
|||
* @Author yzm |
|||
* @Date 2023/5/18 10:05 |
|||
*/ |
|||
@RestController |
|||
@RequestMapping("houseScreen") |
|||
public class LingShanScreenGovOrgController { |
|||
@Resource |
|||
private IcHouseService icHouseService; |
|||
@Autowired |
|||
private IcBuildingService icBuildingService; |
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
} |
|||
|
Loading…
Reference in new issue