质检模块修改

This commit is contained in:
qianjiawei
2023-10-23 17:35:09 +08:00
parent c01d2854dd
commit 846ff28c47
2 changed files with 4 additions and 0 deletions

View File

@@ -94,6 +94,8 @@ namespace Tnb.QcMgr.Entities
public string? greaterThanValue { get; set; }
public string? lessThanValue { get; set; }
public string? excontentText { get; set; }
public string? value { get; set; }
public List<ExcontentOption>? excontentOptions { get; set; }
}
public class ExcontentOption