using SqlSugar; namespace JiepeiWMS.Model { public class RootEntity { /// /// ID /// [SugarColumn(IsNullable = false, IsPrimaryKey = true, IsIdentity = true)] public int Id { get; set; } } }