service/customer/customer.go

9 lines
143 B

package customer
import "git.oa00.com/supply-chain/service/customer/service"
type Customer struct {
User user
Service service.Service
}