// ========================================================================== // This is auto-generated by gf cli tool. Fill this file as you wish. // ========================================================================== package opsdev import ( "dashoo.cn/opms_parent/app/model/opsdev/internal" ) // OpsOperationEvent is the golang structure for table ops_operation_event. type OpsOperationEvent struct { internal.OpsOperationEvent Attachments []*OpsOperationEventAttachment `json:"attachments"` // 事件级附件列表 }