zhangqian
2024-03-30 81201d441d7c23a5cf27544a2c59de6446c70865
1
2
3
4
5
6
7
8
9
10
11
package test
 
type ApiGroup struct {
    SupplierTypeApi
    IndustryApi
    SupplierApi
    ContractApi
    ProductApi
    MemberApi
    CodeApi
}