|
|
@ -96,6 +96,11 @@ public class AppletProduct implements Serializable { |
|
|
|
@Schema(description = "产品内容") |
|
|
|
private java.lang.String content; |
|
|
|
|
|
|
|
/**跨境商品*/ |
|
|
|
@Excel(name = "跨境商品", width = 15) |
|
|
|
@Schema(description = "跨境商品") |
|
|
|
private String isCrossBorder; |
|
|
|
|
|
|
|
@TableField(exist = false) |
|
|
|
private List<AppletProductSpec> specs; |
|
|
|
} |