service/erp/contact.go
2024-08-19 17:49:26 +08:00

8 lines
114 B
Go

package erp
import contact2 "git.kumo.work/shama/service/erp/contact"
type contact struct {
contact2.Contact
}