Documentation
¶
Index ¶
- type DistrictService
- type ExpressTemplateService
- func (b ExpressTemplateService) GetExpressInfo(OrdersID uint64, LogisticCode, ShipperName string) map[string]interface{}
- func (b ExpressTemplateService) GetExpressTemplateByName(Name string) dao.ExpressTemplate
- func (b ExpressTemplateService) GetExpressTemplateByOID(OID uint64) dao.ExpressTemplate
- func (b ExpressTemplateService) SaveExpressTemplate(target *dao.ExpressTemplate) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DistrictService ¶
func (DistrictService) Add ¶
func (b DistrictService) Add(target interface{}) error
type ExpressTemplateService ¶
func (ExpressTemplateService) GetExpressInfo ¶
func (b ExpressTemplateService) GetExpressInfo(OrdersID uint64, LogisticCode, ShipperName string) map[string]interface{}
func (ExpressTemplateService) GetExpressTemplateByName ¶
func (b ExpressTemplateService) GetExpressTemplateByName(Name string) dao.ExpressTemplate
func (ExpressTemplateService) GetExpressTemplateByOID ¶
func (b ExpressTemplateService) GetExpressTemplateByOID(OID uint64) dao.ExpressTemplate
func (ExpressTemplateService) SaveExpressTemplate ¶
func (b ExpressTemplateService) SaveExpressTemplate(target *dao.ExpressTemplate) error
Click to show internal directories.
Click to hide internal directories.