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