manage: 1.修改 vp_config_drug 规格字段(standards--->>specification)

dev_2.1.0
xueqingkun 1 year ago
parent 9cf9017a99
commit 711ccf820d

@ -35,7 +35,7 @@ public class ConfigDrug implements Serializable {
/**
*
*/
private String standards;
private String specification;
/**
*

@ -8,7 +8,7 @@
<result property="id" column="id" jdbcType="VARCHAR"/>
<result property="drugName" column="drug_name" jdbcType="VARCHAR"/>
<result property="drugNameEn" column="drug_name_en" jdbcType="VARCHAR"/>
<result property="standards" column="standards" jdbcType="VARCHAR"/>
<result property="specification" column="specification" jdbcType="VARCHAR"/>
<result property="dose" column="dose" jdbcType="BIGINT"/>
<result property="unit" column="unit" jdbcType="VARCHAR"/>
<result property="intervalDay" column="interval_day" jdbcType="VARCHAR"/>
@ -23,7 +23,7 @@
<sql id="Base_Column_List">
id,drug_name,drug_name_en,
standards,dose,unit,
specification,dose,unit,
interval_day,dosage_form,skin_test_flag,
cost_type,create_user_id,create_time,
update_user_id,update_time

Loading…
Cancel
Save