Update xugudb

This commit is contained in:
sunkaixuan
2024-12-09 17:07:27 +08:00
parent 243f9d4568
commit 9c8ce40842
4 changed files with 15 additions and 6 deletions

View File

@@ -6,9 +6,10 @@ using System.Threading.Tasks;
namespace Data.Model
{
[SqlSugar.SugarTable("T_User222")]
public class T_User2
{
[SqlSugar.SugarColumn(DefaultValue ="0",ColumnDescription ="aaa")]
public int num { get; set; }
[SqlSugar.SugarColumn(DefaultValue = "0", ColumnDescription = "aaa")]
public int number { get; set; }
}
}