This commit is contained in:
qianjiawei
2023-10-31 17:32:57 +08:00
parent 2c37098bc2
commit b00eea39dd

View File

@@ -53,7 +53,7 @@ namespace Tnb.QcMgr.Entities
public object[]? checkbox { get; set; }
public string? errorcause { get; set; }
public string? errorlevel { get; set; }
public object? measuredValue { get; set; }
public string? measuredValue { get; set; }
public string? radio { get; set; }
public string? remark { get; set; }
public string? text { get; set; }