增加产品列表接口

This commit is contained in:
laodaming
2023-06-01 15:32:28 +08:00
parent 5446c4123a
commit d26586c794
19 changed files with 451 additions and 11 deletions

View File

@@ -0,0 +1,8 @@
package config
import "github.com/zeromicro/go-zero/rest"
type Config struct {
rest.RestConf
DataSource string
}