代码调整

This commit is contained in:
2024-12-30 16:36:06 +08:00
parent d43c38cd7c
commit f589e2278a
6 changed files with 166 additions and 69 deletions

View File

@@ -30,7 +30,7 @@ public class SourceIssue {
/**
* 总检测下的检测脚本序号
*/
@JSONField(serialize = false)
@JSONField(serialize = true)
private Integer index;
/**