jiangshuai
2023-12-14 7d2a8ce2702e8598209ef58cacd9660e2b5bf1eb
1
2
3
4
5
6
7
8
9
10
11
package test
 
type ApiGroup struct {
    SupplierTypeApi
    IndustryApi
    SupplierApi
    ContractApi
    ProductApi
    MemberApi
    CodeApi
}