plf 5 år sedan
förälder
incheckning
514b689c72

+ 37 - 0
base-module/src/main/java/com/caimei/module/base/entity/po/CmProductRelatedParameters.java

@@ -0,0 +1,37 @@
+package com.caimei.module.base.entity.po;
+
+import java.io.Serializable;
+
+import lombok.Data;
+
+/**
+ * cm_product_related_parameters
+ *
+ * @author
+ */
+@Data
+public class CmProductRelatedParameters implements Serializable {
+    private Integer id;
+
+    /**
+     * 商品ID
+     */
+    private Integer productId;
+
+    /**
+     * 参数名称
+     */
+    private String paramsName;
+
+    /**
+     * 参数内容
+     */
+    private String paramsContent;
+
+    /**
+     * 删除标记 0否 其余是
+     */
+    private String delFlag;
+
+    private static final long serialVersionUID = 1L;
+}

+ 6 - 0
base-module/src/main/java/com/caimei/module/base/entity/po/Shop.java

@@ -7,6 +7,7 @@ import java.math.BigDecimal;
 
 /**
  * shop
+ *
  * @author
  */
 @Data
@@ -81,6 +82,11 @@ public class Shop implements Serializable {
      */
     private String taxCertificateImage;
 
+    /**
+     * 供应商授权采美代理证书
+     */
+    private String authorizationCertificateImage;
+
     /**
      * 省
      */

+ 16 - 0
base-module/src/main/java/com/caimei/module/base/entity/vo/RelatedParametersVo.java

@@ -0,0 +1,16 @@
+package com.caimei.module.base.entity.vo;
+
+import com.caimei.module.base.entity.po.CmProductRelatedParameters;
+import lombok.Data;
+import lombok.EqualsAndHashCode;
+
+/**
+ * Description
+ *
+ * @author : plf
+ * @date : 2020/6/19
+ */
+@EqualsAndHashCode(callSuper = true)
+@Data
+public class RelatedParametersVo extends CmProductRelatedParameters {
+}

+ 1 - 1
product/src/main/resources/com-caimei-module-product/ProductModuleMapper.xml

@@ -54,7 +54,7 @@
         `status`, sortIndex, rate1, rate2, masterFlag, erpFlag, shopSecret, masterLogo, cooperateFlag,
         bail, businessScope, socialCreditCode, mainpro, firstShopType, secondShopType, medicalPracticeLicenseImg1,
         medicalPracticeLicenseImg2, medicalPracticeLicenseImg3, bankAccount, bankAccountName,
-        bankName, ableRebateAmount
+        bankName, ableRebateAmount,authorizationCertificateImage
     </sql>
     <select id="getBigType" resultType="com.caimei.module.base.entity.vo.BigtypeVo">
         select