|
|
@@ -1,6 +1,7 @@
|
|
|
package cn.tr.module.smart.common.po;
|
|
|
|
|
|
-import cn.tr.plugin.mybatis.pojo.TenantPO;
|
|
|
+import cn.tr.plugin.mybatis.pojo.BasePO;
|
|
|
+import cn.tr.plugin.mybatis.pojo.TenantPO;
|
|
|
import com.baomidou.mybatisplus.annotation.TableId;
|
|
|
import com.baomidou.mybatisplus.annotation.TableName;
|
|
|
import io.swagger.annotations.ApiModelProperty;
|
|
|
@@ -18,7 +19,7 @@ import lombok.ToString;
|
|
|
@TableName(value="biz_wx_user_hospital",autoResultMap = true)
|
|
|
@EqualsAndHashCode(callSuper = true)
|
|
|
@ToString
|
|
|
-public class BizWxUserHospitalPO extends TenantPO {
|
|
|
+public class BizWxUserHospitalPO extends BasePO {
|
|
|
|
|
|
/** id */
|
|
|
@TableId
|
|
|
@@ -32,5 +33,4 @@ public class BizWxUserHospitalPO extends TenantPO {
|
|
|
/** 医院id */
|
|
|
@ApiModelProperty(value = "医院id", position = 3)
|
|
|
private String tenantId;
|
|
|
-
|
|
|
}
|