Ver Fonte

新加字段

Guos há 3 semanas atrás
pai
commit
a8c5975193

+ 26 - 0
fs-service/src/main/java/com/fs/hisStore/domain/FsStoreProductScrm.java

@@ -578,4 +578,30 @@ public class FsStoreProductScrm extends BaseEntity {
      * 平台商品id
      * **/
     private Long platformProductId;
+
+    /**
+     * 医疗器械注册证编号/备案凭证编号
+     */
+    private String medicalRegCertNo;
+
+    /**
+     * 注册人或者备案人信息
+     */
+    private String registrantInfo;
+
+    /**
+     * 生产许可证或者备案凭证编号
+     */
+    private String prodLicenseNo;
+
+    /**
+     * 产品技术要求编号
+     */
+    private String prodTechReqNo;
+
+    /**
+     * 结构及组成
+     */
+    private String productStructure;
+
 }

+ 26 - 0
fs-service/src/main/java/com/fs/hisStore/param/FsStoreProductAddEditParam.java

@@ -378,5 +378,31 @@ public class FsStoreProductAddEditParam implements Serializable
      * **/
     private String medicalDeviceCode;
 
+    /**
+     * 医疗器械注册证编号/备案凭证编号
+     */
+    private String medicalRegCertNo;
+
+    /**
+     * 注册人或者备案人信息
+     */
+    private String registrantInfo;
+
+    /**
+     * 生产许可证或者备案凭证编号
+     */
+    private String prodLicenseNo;
+
+    /**
+     * 产品技术要求编号
+     */
+    private String prodTechReqNo;
+
+    /**
+     * 结构及组成
+     */
+    private String productStructure;
+
+
 
 }

+ 23 - 0
fs-service/src/main/java/com/fs/hisStore/vo/FsStoreProductListVO.java

@@ -138,6 +138,29 @@ public class FsStoreProductListVO  implements Serializable
      */
     private  String  qualificationCertificateEnd;
 
+    /**
+     * 医疗器械注册证编号/备案凭证编号
+     */
+    private String medicalRegCertNo;
 
+    /**
+     * 注册人或者备案人信息
+     */
+    private String registrantInfo;
+
+    /**
+     * 生产许可证或者备案凭证编号
+     */
+    private String prodLicenseNo;
+
+    /**
+     * 产品技术要求编号
+     */
+    private String prodTechReqNo;
+
+    /**
+     * 结构及组成
+     */
+    private String productStructure;
 
 }