using System.Collections.Generic; /// /// 设备-删除 /// public class DeleteDevice /*: MonoBehaviour*/ { #region JSON public class Root { /// /// id /// public List ids ; } #endregion }