From 27df1079c1d230fab29f565f5209f2a02e0def8a Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期一, 20 七月 2026 16:56:51 +0800
Subject: [PATCH] 省立同德的功能

---
 smartor/src/main/java/com/smartor/domain/MedicationItem.java |  168 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 168 insertions(+), 0 deletions(-)

diff --git a/smartor/src/main/java/com/smartor/domain/MedicationItem.java b/smartor/src/main/java/com/smartor/domain/MedicationItem.java
new file mode 100644
index 0000000..6274553
--- /dev/null
+++ b/smartor/src/main/java/com/smartor/domain/MedicationItem.java
@@ -0,0 +1,168 @@
+package com.smartor.domain;
+
+import com.ruoyi.common.annotation.Excel;
+import com.ruoyi.common.core.domain.BaseEntity;
+import io.swagger.annotations.ApiModel;
+import io.swagger.annotations.ApiModelProperty;
+import lombok.Data;
+
+import java.math.BigDecimal;
+import java.util.List;
+
+/**
+ * 鑽搧淇℃伅瀵硅薄 medication_item
+ *
+ * @author lihu
+ * @date 2026-07-17
+ */
+@Data
+@ApiModel("鑽搧淇℃伅")
+public class MedicationItem extends BaseEntity
+        {
+private static final long serialVersionUID = 1L;
+
+    /** 涓婚敭ID */
+    @ApiModelProperty("涓婚敭ID")
+        //鏁版嵁搴撹嚜澧炴敼鎴怈TableId(type = IdType.AUTO)
+    private Long id;
+
+    /** 鑽搧璇嗗埆鐮� */
+    @ApiModelProperty("鑽搧璇嗗埆鐮�")
+     @Excel(name = "鑽搧璇嗗埆鐮�")
+    private String identificationCode;
+
+    /** 浜旂瑪鐮� */
+    @ApiModelProperty("浜旂瑪鐮�")
+     @Excel(name = "浜旂瑪鐮�")
+    private String wbm;
+
+    /** 鑽搧閫氱敤鍚� */
+    @ApiModelProperty("鑽搧閫氱敤鍚�")
+     @Excel(name = "鑽搧閫氱敤鍚�")
+    private String medicationCommonName;
+
+    /** 鐢熶骇鍘傚鍚嶇О */
+    @ApiModelProperty("鐢熶骇鍘傚鍚嶇О")
+     @Excel(name = "鐢熶骇鍘傚鍚嶇О")
+    private String manufacturerName;
+
+    /** 鑽搧缂栫爜 */
+    @ApiModelProperty("鑽搧缂栫爜")
+     @Excel(name = "鑽搧缂栫爜")
+    private String itemCode;
+
+    /** 澶у皬鍖呰杞崲姣� */
+    @ApiModelProperty("澶у皬鍖呰杞崲姣�")
+     @Excel(name = "澶у皬鍖呰杞崲姣�")
+    private Long smallLargePackageRatio;
+
+    /** 鏈烘瀯ID */
+    @ApiModelProperty("鏈烘瀯ID")
+     @Excel(name = "鏈烘瀯ID")
+    private Long orgId;
+
+    /** 鑽搧鍚嶇О */
+    @ApiModelProperty("鑽搧鍚嶇О")
+     @Excel(name = "鑽搧鍚嶇О")
+    private String itemName;
+
+    /** 鑽搧绫诲瀷 */
+    @ApiModelProperty("鑽搧绫诲瀷")
+     @Excel(name = "鑽搧绫诲瀷")
+    private String medicationType;
+
+    /** 鎶楄弻鑽墿绛夌骇缂栫爜 */
+    @ApiModelProperty("鎶楄弻鑽墿绛夌骇缂栫爜")
+     @Excel(name = "鎶楄弻鑽墿绛夌骇缂栫爜")
+    private String antimicrobialGradeCode;
+
+    /** 鎵瑰噯鏂囧彿 */
+    @ApiModelProperty("鎵瑰噯鏂囧彿")
+     @Excel(name = "鎵瑰噯鏂囧彿")
+    private String licenseNumber;
+
+    /** 榛樿鐢ㄦ硶鍚嶇О */
+    @ApiModelProperty("榛樿鐢ㄦ硶鍚嶇О")
+     @Excel(name = "榛樿鐢ㄦ硶鍚嶇О")
+    private String defaultUsageName;
+
+    /** 鐗规畩鑽搧鍚嶇О */
+    @ApiModelProperty("鐗规畩鑽搧鍚嶇О")
+     @Excel(name = "鐗规畩鑽搧鍚嶇О")
+    private String specialDrugsName;
+
+    /** 鎶楄弻鑽墿绛夌骇鍚嶇О */
+    @ApiModelProperty("鎶楄弻鑽墿绛夌骇鍚嶇О")
+     @Excel(name = "鎶楄弻鑽墿绛夌骇鍚嶇О")
+    private String antimicrobialGradeName;
+
+    /** 閫氱敤鍚嶆嫾闊� */
+    @ApiModelProperty("閫氱敤鍚嶆嫾闊�")
+     @Excel(name = "閫氱敤鍚嶆嫾闊�")
+    private String commonPinyin;
+
+    /** 閫氱敤鍚嶄簲绗旂爜 */
+    @ApiModelProperty("閫氱敤鍚嶄簲绗旂爜")
+     @Excel(name = "閫氱敤鍚嶄簲绗旂爜")
+    private String commonWbm;
+
+    /** 鐢熶骇鍘傚ID */
+    @ApiModelProperty("鐢熶骇鍘傚ID")
+     @Excel(name = "鐢熶骇鍘傚ID")
+    private Long manufacturerId;
+
+    /** 榛樿鐢ㄦ硶ID */
+    @ApiModelProperty("榛樿鐢ㄦ硶ID")
+     @Excel(name = "榛樿鐢ㄦ硶ID")
+    private Long defaultUsageId;
+
+    /** 瑙勬牸 */
+    @ApiModelProperty("瑙勬牸")
+     @Excel(name = "瑙勬牸")
+    private String specification;
+
+    /** 灏忓寘瑁呭崟浣� */
+    @ApiModelProperty("灏忓寘瑁呭崟浣�")
+     @Excel(name = "灏忓寘瑁呭崟浣�")
+    private String smallPackageUnit;
+
+    /** 鑽搧ID锛堜笟鍔′富閿級 */
+    @ApiModelProperty("鑽搧ID锛堜笟鍔′富閿級")
+     @Excel(name = "鑽搧ID", readConverterExp = "涓�=鍔′富閿�")
+    private Long itemId;
+
+    /** 鐗规畩鑽搧缂栫爜 */
+    @ApiModelProperty("鐗规畩鑽搧缂栫爜")
+     @Excel(name = "鐗规畩鑽搧缂栫爜")
+    private String specialDrugsCode;
+
+    /** 鎷奸煶 */
+    @ApiModelProperty("鎷奸煶")
+     @Excel(name = "鎷奸煶")
+    private String pinyin;
+
+    /** 鍓傚瀷鍚嶇О */
+    @ApiModelProperty("鍓傚瀷鍚嶇О")
+     @Excel(name = "鍓傚瀷鍚嶇О")
+    private String doseFormName;
+
+    /** 澶у寘瑁呭崟浣� */
+    @ApiModelProperty("澶у寘瑁呭崟浣�")
+     @Excel(name = "澶у寘瑁呭崟浣�")
+    private String largePackageUnit;
+
+    /** 闆跺敭浠� */
+    @ApiModelProperty("闆跺敭浠�")
+     @Excel(name = "闆跺敭浠�")
+    private BigDecimal retailPrice;
+
+    /** 鐘舵�� */
+    @ApiModelProperty("鐘舵��")
+     @Excel(name = "鐘舵��")
+    private Long status;
+
+    @ApiModelProperty("鍓傞噺淇℃伅鍒楄〃")
+    private List<MedicationDoseInfo> doseInfoList;
+
+        }
+

--
Gitblit v1.9.3