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