mirror of
https://gitee.com/dromara/mayfly-go
synced 2026-04-29 23:55:18 +08:00
feat: 机器新增备注字段,其他优化
This commit is contained in:
@@ -30,6 +30,7 @@ type MachineVO struct {
|
||||
Modifier *string `json:"modifier"`
|
||||
ModifierId *int64 `json:"modifierId"`
|
||||
HasCli bool `json:"hasCli" gorm:"-"`
|
||||
Remark *string `json:"remark"`
|
||||
}
|
||||
|
||||
type MachineScriptVO struct {
|
||||
|
||||
Reference in New Issue
Block a user