去除引用common.props
This commit is contained in:
@@ -5,9 +5,9 @@ namespace Tnb.EquipMgr.Entities.Dto
|
||||
public string id { get; set; } = string.Empty;
|
||||
|
||||
public string repeat_result { get; set; } = string.Empty;
|
||||
|
||||
|
||||
public string? repeat_remark { get; set; }
|
||||
|
||||
public List<Dictionary<string,string>>? details { get; set; }
|
||||
|
||||
public List<Dictionary<string, string>>? details { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user