Update PlatformOrderContent model

pull/6221/head
Qiuyi LI 2023-08-21 15:05:20 +02:00
parent 049d48f928
commit 997b87a085
1 changed files with 10 additions and 3 deletions

View File

@ -18,10 +18,10 @@ import java.util.Objects;
/** /**
* @Description: * @Description:
* @Author: jeecg-boot * @Author: jeecg-boot
* @Date: 2023-02-09 * @Date: 2023-08-18
* @Version: V1.3 * @Version: V1.4
*/ */
@ApiModel(value = "platform_order对象", description = "平台订单") @ApiModel(value = "platform_order_content对象", description = "平台订单内容")
@Data @Data
@TableName("platform_order_content") @TableName("platform_order_content")
public class PlatformOrderContent implements Serializable { public class PlatformOrderContent implements Serializable {
@ -127,6 +127,13 @@ public class PlatformOrderContent implements Serializable {
@Excel(name = "海外仓操作费", width = 15) @Excel(name = "海外仓操作费", width = 15)
@ApiModelProperty(value = "海外仓操作费") @ApiModelProperty(value = "海外仓操作费")
private java.math.BigDecimal pickingFee; private java.math.BigDecimal pickingFee;
/**
*
*/
@Excel(name = "商品多属性", width = 15)
@ApiModelProperty(value = "商品多属性")
private java.lang.String customizationData;
@Override @Override
public boolean equals(Object o) { public boolean equals(Object o) {
if (this == o) return true; if (this == o) return true;