diff --git a/customer/customer.go b/customer/customer.go index 5b5c0fa..ec58ddb 100644 --- a/customer/customer.go +++ b/customer/customer.go @@ -2,6 +2,7 @@ package customer import ( "git.oa00.com/supply-chain/service/customer/batchSku" + "git.oa00.com/supply-chain/service/customer/data" "git.oa00.com/supply-chain/service/customer/finance" "git.oa00.com/supply-chain/service/customer/service" "git.oa00.com/supply-chain/service/customer/sku" @@ -13,4 +14,5 @@ type Customer struct { Sku sku.Sku BatchSku batchSku.BatchSku Finance finance.Finance + Data data.Data }