aa
This commit is contained in:
@@ -1457,3 +1457,7 @@ func RefreshDropShippingJob(ctx *jxcontext.Context) (err error) {
|
||||
task.GetID()
|
||||
return err
|
||||
}
|
||||
|
||||
func AddressDistinguish(ctx *jxcontext.Context, address string) (err error) {
|
||||
return err
|
||||
}
|
||||
|
||||
@@ -318,3 +318,16 @@ type OilInfo struct {
|
||||
OilgunCodes []string `json:"oilgunCodes"`
|
||||
OilCode string `json:"oilCode"`
|
||||
}
|
||||
|
||||
type AddressDistinguish struct {
|
||||
ModelIDCUL
|
||||
|
||||
Address string `json:"address"`
|
||||
Info string `orm:"type(text)" json:"info"`
|
||||
}
|
||||
|
||||
func (v *AddressDistinguish) TableUnique() [][]string {
|
||||
return [][]string{
|
||||
[]string{"Address"},
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user