[feat] 移除 DataListOperation 多余的字段

This commit is contained in:
2024-10-09 14:30:44 +08:00
parent 895528e82c
commit 90a3c22545
2 changed files with 2 additions and 17 deletions

View File

@@ -17,14 +17,9 @@ import (
type Operation struct {
Uuid string `json:"uuid"`
Name string `json:"name"`
Code string `json:"code"`
Icon string `json:"icon"`
Size string `json:"size"`
Block bool `json:"block"`
Ghost bool `json:"ghost"`
Shape string `json:"shape"`
Type string `json:"type"`
PopConfirm any `json:"popConfirm,omitempty"`
Confirm map[string]any `json:"confirm"`
Widget string `json:"widget"`
WidgetType string `json:"widgetType"`
WidgetProps any `json:"widgetProps"`