- tempop.RetrieveEbaiShopLicence

This commit is contained in:
gazebo
2019-04-17 14:42:40 +08:00
parent 65790a6395
commit 77c92c2dbd
5 changed files with 112 additions and 22 deletions

View 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
}