haoxuan
2023-11-03 26ffbb096df8f0dc7f851b1af23fea7136fcfaea
1
2
3
4
5
6
export interface Problem {
  /** true正常  false异常 */
  CheckResult: boolean
  ItemCode: string
  ItemName: string
}