mirror of
https://github.com/APIParkLab/APIPark.git
synced 2026-06-12 18:11:34 +08:00
6 lines
122 B
Go
6 lines
122 B
Go
package dto
|
|
|
|
import service_diff "github.com/APIParkLab/APIPark/module/service-diff"
|
|
|
|
type DiffOut = service_diff.DiffOut
|