Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NextSnowflakeId ¶
func NextSnowflakeId() uint64
Types ¶
type CreateSoResult ¶
type CreateSoResult struct {
SoSysNos []uint64
}
func (*CreateSoResult) JavaClassName ¶
func (result *CreateSoResult) JavaClassName() string
type SoItem ¶
type SoItem struct { SysNo int64 `json:"sysNo"` SoSysNo int64 `json:"soSysNo"` ProductSysNo int64 `json:"productSysNo"` ProductName string `json:"productName"` CostPrice float64 `json:"costPrice"` OriginalPrice float64 `json:"originalPrice"` DealPrice float64 `json:"dealPrice"` Quantity int32 `json:"quantity"` }
func (SoItem) JavaClassName ¶
type SoMaster ¶
type SoMaster struct { SysNo int64 `json:"sysNo"` SoId string `json:"soId"` BuyerUserSysNo int64 `json:"buyerUserSysNo"` SellerCompanyCode string `json:"sellerCompanyCode"` ReceiveDivisionSysNo int64 `json:"receiveDivisionSysNo"` ReceiveAddress string `json:"receiveAddress"` ReceiveZip string `json:"receiveZip"` ReceiveContact string `json:"receiveContact"` ReceiveContactPhone string `json:"receiveContactPhone"` StockSysNo int64 `json:"stockSysNo"` PaymentType int32 `json:"paymentType"` SoAmt float64 `json:"soAmt"` //10,创建成功,待支付;30;支付成功,待发货;50;发货成功,待收货;70,确认收货,已完成;90,下单失败;100已作废 Status int32 `json:"status"` OrderDate time.Time `json:"orderDate"` PaymentDate time.Time `json:"paymentDate"` DeliveryDate time.Time `json:"deliveryDate"` ReceiveDate time.Time `json:"receiveDate"` AppId string `json:"appId"` Memo string `json:"memo"` CreateUser string `json:"createUser"` GmtCreate time.Time `json:"gmtCreate"` ModifyUser string `json:"modifyUser"` GmtModified time.Time `json:"gmtModified"` SoItems []*SoItem }
func (SoMaster) JavaClassName ¶
Click to show internal directories.
Click to hide internal directories.