using System; using System.Collections.Generic; namespace MySystem.JavaModels { public partial class KxsCol { public int Id { get; set; } public string Url { get; set; } public string ColDetail { get; set; } public string ColPic { get; set; } public string ColName { get; set; } public string ColId { get; set; } public int Version { get; set; } public string DelFlag { get; set; } public DateTime? UpdateTime { get; set; } public DateTime? CreateTime { get; set; } public int Sort { get; set; } } }