namespace JNPF.VisualData.Entitys.Dto.ScreenConfig; /// /// 大屏配置创建输入. /// public class ScreenConfigCrInput { /// /// 组件json. /// public string component { get; set; } /// /// 配置json. /// public string detail { get; set; } }