Commit eb4fe7e5 authored by 鲍德's avatar 鲍德

房间实体类增加得分字段

parent 9f8409c6
...@@ -50,6 +50,11 @@ public class LedgerRoom extends BaseEntity ...@@ -50,6 +50,11 @@ public class LedgerRoom extends BaseEntity
@TableField("room_type") @TableField("room_type")
private String roomType; private String roomType;
/** 得分,积分 */
@Excel(name = "得分,积分")
@TableField("score")
private String score;
/** 楼层id */ /** 楼层id */
@Excel(name = "颜色") @Excel(name = "颜色")
@TableField("color") @TableField("color")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment