123456789101112131415 |
- // =================================================================================
- // Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
- // =================================================================================
- package product_info
- import (
- "context"
- "demo/api/product_info/v1"
- )
- type IProductInfoV1 interface {
- GetList(ctx context.Context, req *v1.GetListReq) (res *v1.GetListRes, err error)
- }
|