he2802 2 éve
szülő
commit
404c8cbc2a

+ 1 - 3
zhongzheng-system/src/main/java/com/zhongzheng/modules/top/mall/bo/TopMerchantAddBo.java

@@ -48,7 +48,5 @@ public class TopMerchantAddBo {
     /** 备注 */
     @ApiModelProperty("备注")
     private String remark;
-    /** 商户账号 */
-    @ApiModelProperty("商户账号")
-    private String merAccount;
+
 }

+ 1 - 1
zhongzheng-system/src/main/java/com/zhongzheng/modules/top/mall/bo/TopMerchantEditBo.java

@@ -57,7 +57,7 @@ public class TopMerchantEditBo {
     /** 备注 */
     @ApiModelProperty("备注")
     private String remark;
-    
+
 
     @ApiModelProperty("批量店铺ID")
     private List<Long> merIds;