REQ-3045: 减少响应大小
This commit is contained in:
parent
0bd516b5a4
commit
712b4a1b0a
@ -22,7 +22,7 @@ public class ModelVersion {
|
||||
|
||||
public static final ModelVersion V2 = of(null);
|
||||
public static final ModelVersion V3 = of(3);
|
||||
public static final ModelVersion ALL = of(Integer.MAX_VALUE);
|
||||
public static final ModelVersion ALL = of(MAX_VERSION_NUMBER);
|
||||
|
||||
private final Integer versionNumber;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user