1 changed files with 15 additions and 0 deletions
@ -0,0 +1,15 @@ |
|||
package com.epmet.controller; |
|||
|
|||
import org.springframework.web.bind.annotation.RequestMapping; |
|||
import org.springframework.web.bind.annotation.RestController; |
|||
|
|||
/** |
|||
* @Description 基层治理-党员认证 |
|||
* @Author yinzuomei |
|||
* @Date 2020/4/26 14:01 |
|||
*/ |
|||
@RestController |
|||
@RequestMapping("partymember") |
|||
public class ResiPartyMemberController { |
|||
} |
|||
|
Loading…
Reference in new issue