消除warning

This commit is contained in:
2023-07-07 15:54:43 +08:00
parent c112472256
commit 844b76b823
17 changed files with 81 additions and 96 deletions

View File

@@ -4,7 +4,7 @@ namespace Tnb.EquipMgr.Entities.Dto
{
public string? id { get; set; }
public string? data_source { get; set; }
public string create_id { get; set; }
public string create_id { get; set; } = string.Empty;
public string? create_time { get; set; }
public string? data_type { get; set; }
public string? enabled { get; set; }