From 01a79d5b431b71cc79cf5f6cc92cd4f3432781dd Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期二, 30 四月 2024 12:39:54 +0800
Subject: [PATCH] 代码提交

---
 smartor/src/main/java/com/smartor/domain/PatMedPhysical.java |  245 +++----------------------------------------------
 1 files changed, 15 insertions(+), 230 deletions(-)

diff --git a/smartor/src/main/java/com/smartor/domain/PatMedPhysical.java b/smartor/src/main/java/com/smartor/domain/PatMedPhysical.java
index 5240c4b..8d58691 100644
--- a/smartor/src/main/java/com/smartor/domain/PatMedPhysical.java
+++ b/smartor/src/main/java/com/smartor/domain/PatMedPhysical.java
@@ -4,6 +4,7 @@
 import com.fasterxml.jackson.annotation.JsonFormat;
 import io.swagger.annotations.ApiModel;
 import io.swagger.annotations.ApiModelProperty;
+import lombok.Data;
 import org.apache.commons.lang3.builder.ToStringBuilder;
 import org.apache.commons.lang3.builder.ToStringStyle;
 import com.ruoyi.common.annotation.Excel;
@@ -11,10 +12,11 @@
 
 /**
  * 鎮h�呬綋妫�璁板綍瀵硅薄 pat_med_physical
- * 
+ *
  * @author smartor
  * @date 2023-03-04
  */
+@Data
 @ApiModel(value = "PatMedPhysical", description = "鎮h�呬綋妫�璁板綍瀵硅薄")
 public class PatMedPhysical extends BaseEntity
 {
@@ -83,6 +85,18 @@
     @Excel(name = " 绉戝鍚嶇О ")
     private String deptname;
 
+
+    /**  鐥呬汉濮撳悕  */
+    @ApiModelProperty(value = "鐥呬汉濮撳悕")
+    @Excel(name = " 鐥呬汉濮撳悕 ")
+    private String patname;
+
+
+    /**   鎮h�呮。妗堢紪鍙�  */
+    @ApiModelProperty(value = " 鎮h�呮。妗堢紪鍙�")
+    @Excel(name = "  鎮h�呮。妗堢紪鍙� ")
+    private String patno;
+
     /**  浣撴椤圭洰鍚嶇О  */
     @ApiModelProperty(value = "浣撴椤圭洰鍚嶇О")
     @Excel(name = " 浣撴椤圭洰鍚嶇О ")
@@ -116,234 +130,5 @@
     @ApiModelProperty(value = "鏂规鐘舵�佹搷浣滄椂闂�")
     private Date schemetime;
 
-    public void setId(Long id) 
-    {
-        this.id = id;
-    }
 
-    public Long getId() 
-    {
-        return id;
-    }
-    public void setSerialnum(String serialnum) 
-    {
-        this.serialnum = serialnum;
-    }
-
-    public String getSerialnum() 
-    {
-        return serialnum;
-    }
-    public void setPatid(Long patid) 
-    {
-        this.patid = patid;
-    }
-
-    public Long getPatid() 
-    {
-        return patid;
-    }
-    public void setDrcode(String drcode) 
-    {
-        this.drcode = drcode;
-    }
-
-    public String getDrcode() 
-    {
-        return drcode;
-    }
-    public void setDrname(String drname) 
-    {
-        this.drname = drname;
-    }
-
-    public String getDrname() 
-    {
-        return drname;
-    }
-    public void setHospitalcode(String hospitalcode) 
-    {
-        this.hospitalcode = hospitalcode;
-    }
-
-    public String getHospitalcode() 
-    {
-        return hospitalcode;
-    }
-    public void setHospitalname(String hospitalname) 
-    {
-        this.hospitalname = hospitalname;
-    }
-
-    public String getHospitalname() 
-    {
-        return hospitalname;
-    }
-    public void setPhysicaldate(Date physicaldate) 
-    {
-        this.physicaldate = physicaldate;
-    }
-
-    public Date getPhysicaldate() 
-    {
-        return physicaldate;
-    }
-    public void setOrgid(String orgid) 
-    {
-        this.orgid = orgid;
-    }
-
-    public String getOrgid() 
-    {
-        return orgid;
-    }
-    public void setDelFlag(String delFlag) 
-    {
-        this.delFlag = delFlag;
-    }
-
-    public String getDelFlag() 
-    {
-        return delFlag;
-    }
-    public void setIsupload(Long isupload) 
-    {
-        this.isupload = isupload;
-    }
-
-    public Long getIsupload() 
-    {
-        return isupload;
-    }
-    public void setUploadTime(Date uploadTime) 
-    {
-        this.uploadTime = uploadTime;
-    }
-
-    public Date getUploadTime() 
-    {
-        return uploadTime;
-    }
-    public void setDeptcode(String deptcode) 
-    {
-        this.deptcode = deptcode;
-    }
-
-    public String getDeptcode() 
-    {
-        return deptcode;
-    }
-    public void setDeptname(String deptname) 
-    {
-        this.deptname = deptname;
-    }
-
-    public String getDeptname() 
-    {
-        return deptname;
-    }
-    public void setProjectname(String projectname) 
-    {
-        this.projectname = projectname;
-    }
-
-    public String getProjectname() 
-    {
-        return projectname;
-    }
-    public void setProjectcode(String projectcode) 
-    {
-        this.projectcode = projectcode;
-    }
-
-    public String getProjectcode() 
-    {
-        return projectcode;
-    }
-    public void setState(Long state) 
-    {
-        this.state = state;
-    }
-
-    public Long getState() 
-    {
-        return state;
-    }
-    public void setSchemestatus(Long schemestatus) 
-    {
-        this.schemestatus = schemestatus;
-    }
-
-    public Long getSchemestatus() 
-    {
-        return schemestatus;
-    }
-    public void setGeneralschemestatus(Long generalschemestatus) 
-    {
-        this.generalschemestatus = generalschemestatus;
-    }
-
-    public Long getGeneralschemestatus() 
-    {
-        return generalschemestatus;
-    }
-    public void setDeptid(Long deptid) 
-    {
-        this.deptid = deptid;
-    }
-
-    public Long getDeptid() 
-    {
-        return deptid;
-    }
-    public void setProjectid(Long projectid) 
-    {
-        this.projectid = projectid;
-    }
-
-    public Long getProjectid() 
-    {
-        return projectid;
-    }
-    public void setSchemetime(Date schemetime) 
-    {
-        this.schemetime = schemetime;
-    }
-
-    public Date getSchemetime() 
-    {
-        return schemetime;
-    }
-
-    @Override
-    public String toString() {
-        return new ToStringBuilder(this,ToStringStyle.MULTI_LINE_STYLE)
-            .append("id", getId())
-            .append("serialnum", getSerialnum())
-            .append("patid", getPatid())
-            .append("drcode", getDrcode())
-            .append("drname", getDrname())
-            .append("hospitalcode", getHospitalcode())
-            .append("hospitalname", getHospitalname())
-            .append("physicaldate", getPhysicaldate())
-            .append("orgid", getOrgid())
-            .append("delFlag", getDelFlag())
-            .append("updateBy", getUpdateBy())
-            .append("updateTime", getUpdateTime())
-            .append("createBy", getCreateBy())
-            .append("createTime", getCreateTime())
-            .append("isupload", getIsupload())
-            .append("uploadTime", getUploadTime())
-            .append("deptcode", getDeptcode())
-            .append("deptname", getDeptname())
-            .append("projectname", getProjectname())
-            .append("projectcode", getProjectcode())
-            .append("state", getState())
-            .append("schemestatus", getSchemestatus())
-            .append("generalschemestatus", getGeneralschemestatus())
-            .append("deptid", getDeptid())
-            .append("projectid", getProjectid())
-            .append("schemetime", getSchemetime())
-            .toString();
-    }
 }

--
Gitblit v1.9.3