zhangqian
2023-12-27 a3a33022675f151d2f5ca7682600acc32bc94353
1
2
3
4
5
6
7
8
9
10
package test
 
type ServiceGroup struct {
    SupplierTypeService
    IndustryService
    SupplierService
    ContractService
    ProductService
    MemberService
}