- tempop.RetrieveEbaiShopLicence
This commit is contained in:
14
business/model/legacymodel/ebaishoplicence.go
Normal file
14
business/model/legacymodel/ebaishoplicence.go
Normal file
@@ -0,0 +1,14 @@
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user