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