1 changed files with 15 additions and 0 deletions
@ -0,0 +1,15 @@ |
|||
package com.elink.esua.epdc.controller; |
|||
|
|||
import org.springframework.web.bind.annotation.RequestMapping; |
|||
import org.springframework.web.bind.annotation.RestController; |
|||
|
|||
/** |
|||
* @author: qushutong |
|||
* @Date: 2020/5/12 11:11 |
|||
* @Description: 物业相关 |
|||
*/ |
|||
@RestController |
|||
@RequestMapping("property/group") |
|||
public class ApiPropertyController { |
|||
|
|||
} |
Loading…
Reference in new issue