using System; using System.Collections.Generic; namespace MySystem.JavaProductModels { public partial class KxsShopGoodsSpec { public int Id { get; set; } public int Sort { get; set; } public int GoodsId { get; set; } public string Value { get; set; } public string Specifications { get; set; } public int Version { get; set; } public int DelFlag { get; set; } public DateTime? UpdateTime { get; set; } public DateTime? CreateTime { get; set; } } }