Ver código fonte

新加字段

Guos 3 semanas atrás
pai
commit
92f109d733

+ 25 - 0
fs-service/src/main/java/com/fs/hisStore/domain/FsPlatformProductScrm.java

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