model: vp_treatment_plan_record 表 添加字段

dev_2.0.0
xueqingkun 1 year ago
parent 5b21c5d64a
commit 937e8c713a

@ -1,6 +1,5 @@
package com.supervision.model;
import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.annotation.TableField;
import com.baomidou.mybatisplus.annotation.TableId;
import com.baomidou.mybatisplus.annotation.TableName;
@ -26,6 +25,11 @@ public class TreatmentPlanRecord implements Serializable {
*/
private String processId;
/**
* id
*/
private String treatmentPlanId;
/**
* (0 1)
*/

@ -15,7 +15,8 @@
<result property="drugRoute" column="drug_route" jdbcType="INTEGER"/>
<result property="intervalDay" column="interval_day" jdbcType="INTEGER"/>
<result property="intervalHour" column="interval_hour" jdbcType="DOUBLE"/>
<result property="explain" column="explain" jdbcType="VARCHAR"/>
<result property="guide" column="guide" jdbcType="VARCHAR"/>
<result property="treatmentPlanId" column="treatment_planId" jdbcType="VARCHAR"/>
<result property="createUserId" column="create_user_id" jdbcType="VARCHAR"/>
<result property="createTime" column="create_time" jdbcType="TIMESTAMP"/>
<result property="updateUserId" column="update_user_id" jdbcType="VARCHAR"/>

Loading…
Cancel
Save