zhangqian
2023-08-29 efea3aaac3a6358cbe74891d47221b835a38d297
1
2
3
4
5
6
7
8
9
10
package test
 
type ApiGroup struct {
    SupplierTypeApi
    IndustryApi
    SupplierApi
    ContractApi
    ProductApi
    MemberApi
}