Files
techsuppgetinfo/DCIManager6/dci6-support-reader/platform_struct_2602-2.go
2026-04-04 00:09:02 +08:00

7 lines
125 B
Go

package main
type license struct {
LicenseCheck string `json:"license_check"`
LicenseInfo string `json:"license_info"`
}