using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Core.StlMes.Client.LgResMgt.Mcms { public static class CarCache { /// <summary> /// </summary> public static DhCameraShot cameraShots { get; set; } } }