(improvement)(headless) Batch Update Metric sensitiveLevel (#1167)

Co-authored-by: lxwcodemonkey
This commit is contained in:
LXW
2024-06-20 11:56:30 +08:00
committed by GitHub
parent 5474fe1d04
commit 0d9afb5d87
4 changed files with 42 additions and 13 deletions

View File

@@ -22,6 +22,9 @@ public class MetaBatchReq {
* 批量执行分类信息
*/
private EventType type;
private List<String> classifications;
private Integer sensitiveLevel;
}