同步数据库备注到实体
continuous-integration/drone/push Build is passing

This commit is contained in:
hang
2024-09-20 22:45:48 +08:00
parent 3ee0c2ccc7
commit e9bb71f5c9
155 changed files with 209 additions and 77 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ public interface IEntitySeqId
public abstract class Entity : IEntity<Guid>
{
[Key]
[Required]
[DatabaseGenerated(DatabaseGeneratedOption.None)]
public Guid Id { get; set; }
#region