添加追加商品功能
This commit is contained in:
@@ -46,6 +46,8 @@ type ReplyNodeList struct {
|
||||
}
|
||||
type NodeItem struct {
|
||||
Id int64 `json:"id"`
|
||||
WorkflowId int64 `json:"workflowId"`
|
||||
ReviewStaffId int64 `json:"reviewStaffId"`
|
||||
BusinessId int64 `json:"businessId"`
|
||||
BusinessName string `json:"businessName"`
|
||||
BusinessType string `json:"businessType"`
|
||||
|
||||
Reference in New Issue
Block a user