数据库字段类型修改

This commit is contained in:
none
2023-04-04 09:42:39 +08:00
parent a03e79f91b
commit 6b23dfe77b
6 changed files with 16 additions and 16 deletions

View File

@@ -32,7 +32,7 @@ public class UserLearnDurationStats implements Serializable {
/**
*
*/
private Integer duration;
private Long duration;
/**
*