using System; using System.Collections.Generic; namespace MySystem.JavaProductModels { public partial class KxsBrandSort { public int Id { get; set; } public int Sort { get; set; } public int BrandId { get; set; } public int UserId { get; set; } public int Version { get; set; } public string DelFlag { get; set; } public DateTime? UpdateTime { get; set; } public DateTime? CreateTime { get; set; } } }