using System; using System.Collections.Generic; using UniRx; using UnityEngine; using UnityEngine.UI; public class SafeguardTablePanel : UIView { public GameObject Item; public Button AddButton; public Button SaveButton; public Toggle SHLQToggle; public Toggle ZQBZToggle; public Toggle TXBZToggle; private string getUrl = null; private string postUrl = null; public LogisticsSafeguards Data = new LogisticsSafeguards() { Safeguards = new List() }; public override void Awake() { base.Awake(); Item = Find("Scroll View/Viewport/Content/Item"); AddButton = Find