refactor: 重构优化db模块抽象
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
public string UserName { get; set; } = string.Empty;
|
||||
public string Password { get; set; } = string.Empty;
|
||||
|
||||
public string Uuid { get; set; }
|
||||
public string? Uuid { get; set; }
|
||||
|
||||
public string Code { get; set; }
|
||||
public string? Code { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user