using System; /// /// 承载类 /// 模型显示隐藏自转 /// 2021.1.15 /// [Serializable] public class ActPlayModelVisibleAndRotation { /// /// CraftDeviceTypeCode /// public int CraftDeviceTypeCode { get; set; } /// /// CraftCade /// public string CraftCade { get; set; } /// /// CraftName /// public string CraftName { get; set; } /// /// StartTime /// public int StartTime { get; set; } /// /// KeepTime /// public int KeepTime { get; set; } /// /// StartFrame /// public int StartFrame { get; set; } /// /// OperationValue /// public string OperationValue { get; set; } /// /// ModelCode /// public string ModelCode { get; set; } }