using System.Collections; using System.Collections.Generic; using UnityEngine; [System.Serializable] // 门禁通过记录info public class SituationEventInfo { public int code; public string msg; public List rows; public int total; }