Files
jx-callback/business/model/legacymodel/ebaishoplicence.go
苏尹岚 49c149c531 c
2020-10-12 17:19:40 +08:00

15 lines
245 B
Go

package legacymodel
import "git.rosy.net.cn/jx-callback/business/model"
type EbaiShopLicence struct {
model.ModelIDCUL
ShopName string
Licence string
Address string
Owner string
Tel string
LicenceName string
}