namespace JNPF.VisualData.Entitys.Dto.ScreenCategory; /// /// 大屏分类修改输入. /// public class ScreenCategoryUpInput : ScreenCategoryCrInput { /// /// 主键. /// public string Id { get; set; } }