Commit eb4fe7e5 authored by 鲍德's avatar 鲍德

房间实体类增加得分字段

parent 9f8409c6
......@@ -48,7 +48,12 @@ public class LedgerRoom extends BaseEntity
/** 房屋类型 */
@Excel(name = "房屋类型")
@TableField("room_type")
private String roomType;
private String roomType;
/** 得分,积分 */
@Excel(name = "得分,积分")
@TableField("score")
private String score;
/** 楼层id */
@Excel(name = "颜色")
......
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