mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-11 12:56:28 +08:00
新增OpenGroup注解
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
package com.sop.example.rest.examplerest.rest;
|
||||
|
||||
import com.gitee.sop.support.annotation.Open;
|
||||
import com.gitee.sop.support.annotation.OpenGroup;
|
||||
import com.sop.example.rest.examplerest.rest.vo.GoodsVO;
|
||||
|
||||
import javax.validation.constraints.NotNull;
|
||||
@@ -8,6 +9,7 @@ import javax.validation.constraints.NotNull;
|
||||
/**
|
||||
* @author 六如
|
||||
*/
|
||||
@OpenGroup("goods")
|
||||
public interface GoodsController {
|
||||
|
||||
@Open("/getGoodsById")
|
||||
|
Reference in New Issue
Block a user