Merge branch 'refs/heads/develop'

This commit is contained in:
MHW
2026-03-31 15:32:06 +08:00
3 changed files with 515 additions and 12 deletions

View File

@@ -25,6 +25,9 @@ public class Weapon {
//武器数量
private Integer number;
//武器命中率
private Double hitRate;
//目标id
private String targetId;
}