package common type SealStatus struct { // 【状态描述】状态描述 Description string `json:"description"` // 【代指枚举的名称】代指枚举的名称 Key string `json:"key"` // 【是否是无效的印章状态】是否是无效的印章状态 Invalid *bool `json:"invalid"` }