yjp 1 anno fa
parent
commit
7d4e75c060
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      convenient/entity/simple.go

+ 1 - 1
convenient/entity/simple.go

@@ -17,7 +17,7 @@ type Simple[I any] struct {
 	// 表名
 	TableName string
 
-	// URL领域相对路径,如/class,后面会自动补充
+	// URL领域相对路径,如/class,后面会自动补充,如/class/create
 	DomainPath string
 
 	// 创建使用的请求参数