Files
jx-callback/business/model/legacymodel/ebaishoplicence.go

15 lines
246 B
Go

package legacymodel
import "gitrosy.jxc4.com/jx-callback/business/model"
type EbaiShopLicence struct {
model.ModelIDCUL
ShopName string
Licence string
Address string
Owner string
Tel string
LicenceName string
}