提报bug 巡检

This commit is contained in:
2024-08-27 10:15:51 +08:00
parent f90318a50d
commit a989fc13c5
3 changed files with 34 additions and 7 deletions

View File

@@ -56,6 +56,7 @@ namespace Tnb.QcMgr.Entities
public string check_type { get; set; }
public string plan_check_type { get; set; }
public string batch { get; set; }
public string triggertype { get; set; } = "3";
}