This commit is contained in:
2024-08-26 18:46:15 +08:00
parent 956fccaf6b
commit be00d09fac
6 changed files with 127 additions and 8 deletions

View File

@@ -41,7 +41,11 @@ namespace Tnb.QcMgr.Entities.Enums
[Remark("首检", "开工检")]
= 15,
[Remark("末检", "末检触发事件")]
= 16
= 16,
[Remark("巡检", "巡检")]
= 17,
[Remark("巡检", "巡检")]
= 18,
}
public class RemarkAttribute : Attribute
{