xinyb
2024-07-18 80430d52f7716e3eb3e517dc96f94c4a6f9657bf
提交 | 用户 | age
a6a76f 1 package com.yc.sdk.shopping.service;
F 2
3 import com.yc.sdk.shopping.entity.MatCodeEntity;
4
5 public interface MatComponentIfc {
6
7     /**
8      * 获取商品选项HTML
9      * @param matCodeEntity
10      * @param matCode
11      * @param currency
12      * @return
13      */
14     public String getMatComponent(MatCodeEntity matCodeEntity,String matCode,String currency,boolean isMoblieBrowser,boolean isShowBuyButton);
15 }