Common.ts 192 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 export default class Common { // 联系方式 configId: Nullable<string> = null configType: Nullable<string> = null content: Nullable<string> = null status: Nullable<string> = null }