service/erp/contact.go

8 lines
114 B
Go
Raw Normal View History

2024-08-19 17:49:26 +08:00
package erp
import contact2 "git.kumo.work/shama/service/erp/contact"
type contact struct {
contact2.Contact
}