parent
9d48a244c0
commit
08afe3f664
@ -1,5 +1,8 @@
|
||||
package customer
|
||||
|
||||
import "git.oa00.com/supply-chain/service/customer/service"
|
||||
|
||||
type Customer struct {
|
||||
User user
|
||||
Service service.Service
|
||||
}
|
||||
|
@ -0,0 +1,5 @@
|
||||
package audit
|
||||
|
||||
type Audit struct {
|
||||
Supply supply
|
||||
}
|
@ -0,0 +1,5 @@
|
||||
package service
|
||||
|
||||
type Service struct {
|
||||
Audit audit
|
||||
}
|
Loading…
Reference in new issue