From 90bc1a2f92d89ca8a614edb1a7957ed94becd0b7 Mon Sep 17 00:00:00 2001 From: liukangdong <898885815@qq.com> Date: 星期三, 20 十一月 2024 18:31:15 +0800 Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/funingyunwei --- server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/model/YwRoom.java | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/model/YwRoom.java b/server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/model/YwRoom.java index 2d939e7..58fe4d8 100644 --- a/server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/model/YwRoom.java +++ b/server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/model/YwRoom.java @@ -1,6 +1,7 @@ package com.doumee.dao.business.model; import com.doumee.core.annotation.excel.ExcelColumn; +import com.doumee.core.model.LoginUserModel; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import com.baomidou.mybatisplus.annotation.IdType; @@ -19,7 +20,7 @@ @Data @ApiModel("杩愮淮鎴挎簮淇℃伅琛�") @TableName("`yw_room`") -public class YwRoom { +public class YwRoom extends LoginUserModel { @TableId(type = IdType.AUTO) @ApiModelProperty(value = "涓婚敭", example = "1") @@ -100,8 +101,8 @@ @ExcelColumn(name="鎵�灞為」鐩紪鐮侊紙鍏宠仈yw_project)") private Integer projectId; - @ApiModelProperty(value = "鎵�灞為」鐩紪鐮侊紙鍏宠仈yw_building)", example = "1") - @ExcelColumn(name="鎵�灞為」鐩紪鐮侊紙鍏宠仈yw_building)") + @ApiModelProperty(value = "鎵�灞炴ゼ瀹囩紪鐮侊紙鍏宠仈yw_building)", example = "1") + @ExcelColumn(name="鎵�灞炴ゼ瀹囩紪鐮侊紙鍏宠仈yw_building)") private Integer buildingId; } -- Gitblit v1.9.3