代码优化

This commit is contained in:
tarzan
2023-04-04 14:55:49 +08:00
parent 43c55193c9
commit e648b7823f
3 changed files with 8 additions and 8 deletions

View File

@@ -21,7 +21,7 @@ public class RelateDTO {
/** 物品id */
private Integer itemId;
/** 指数 */
private Integer index;
private Double index;
}