|
@@ -58,18 +58,18 @@ public class CommonUserInfo extends SuperDO {
|
|
|
@TableField("automatic_skip")
|
|
|
private Long automaticSkip;
|
|
|
|
|
|
- /** 是否入驻餐饮 */
|
|
|
- @Excel(name = "是否入驻餐饮")
|
|
|
+ /** 入驻餐饮数 */
|
|
|
+ @Excel(name = "入驻餐饮数")
|
|
|
@TableField("food_entry")
|
|
|
private Long foodEntry;
|
|
|
|
|
|
- /** 是否入驻民宿 */
|
|
|
- @Excel(name = "是否入驻民宿")
|
|
|
+ /** 入驻民宿数 */
|
|
|
+ @Excel(name = "入驻民宿数")
|
|
|
@TableField("home_entry")
|
|
|
private Long homeEntry;
|
|
|
|
|
|
- /** 是否入驻酒店 */
|
|
|
- @Excel(name = "是否入驻酒店")
|
|
|
+ /** 入驻酒店数 */
|
|
|
+ @Excel(name = "入驻酒店数")
|
|
|
@TableField("hotel_entry")
|
|
|
private Long hotelEntry;
|
|
|
|