namespace JNPF.VisualData.Entitys.Dto.ScreenDataSource; /// /// 大屏数据源修改输入. /// public class ScreenDataSourceUpInput : ScreenDataSourceCrInput { /// /// 主键. /// public string id { get; set; } }