新增OpenGroup注解

This commit is contained in:
六如
2025-02-03 11:31:29 +08:00
parent aa8f044c70
commit a5dbf71513
7 changed files with 64 additions and 32 deletions

View File

@@ -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")