修复错误

This commit is contained in:
DEVICE8\12494
2023-05-17 14:43:46 +08:00
parent 949c5a0184
commit fd3982b375
26 changed files with 443 additions and 345 deletions

View File

@@ -22,7 +22,7 @@ namespace Tnb.BasicData.Entities
/// Nullable:False
/// </summary>
[SugarColumn(IsPrimaryKey=true)]
public long id {get;set;} = SnowflakeIdHelper.NextId();
public string id {get;set;} = SnowflakeIdHelper.NextId();
/// <summary>
/// Desc:TODO