commit
This commit is contained in:
@@ -49,7 +49,7 @@ public class Kh_record {
|
||||
|
||||
@Column
|
||||
@Comment("线上最终得分")
|
||||
@ColDefine(type = ColType.INT, width = 4)
|
||||
@ColDefine(type = ColType.DOUBLE, width = 4)
|
||||
@Default(value = "0")
|
||||
private Double onLineFinalScore;
|
||||
|
||||
@@ -66,13 +66,13 @@ public class Kh_record {
|
||||
|
||||
@Column
|
||||
@Comment("线下最终得分")
|
||||
@ColDefine(type = ColType.INT, width = 4)
|
||||
@ColDefine(type = ColType.DOUBLE, width = 4)
|
||||
@Default(value = "0")
|
||||
private Double offLineFinalScore;
|
||||
|
||||
@Column
|
||||
@Comment("总分")
|
||||
@ColDefine(type = ColType.INT, width = 4)
|
||||
@ColDefine(type = ColType.DOUBLE, width = 4)
|
||||
@Default(value = "0")
|
||||
private Double totalScore;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user