添加追加商品功能

This commit is contained in:
2025-02-06 11:52:57 +08:00
parent d11f17c532
commit b1a318ff13
5 changed files with 110 additions and 0 deletions

View File

@@ -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"`