haixunMaster/haixun-backend/internal/model/scan_post/domain/entity/outreach_patch.go

8 lines
127 B
Go
Raw Normal View History

2026-06-24 10:02:42 +00:00
package entity
type OutreachPatch struct {
Status string
PublishedReplyID string
PublishedPermalink string
}