|
@@ -10,7 +10,6 @@
|
|
|
|
|
|
package com.yami.shop.delivery.comment.model;
|
|
|
|
|
|
-import com.baomidou.mybatisplus.annotation.TableField;
|
|
|
import com.baomidou.mybatisplus.annotation.TableId;
|
|
|
import com.baomidou.mybatisplus.annotation.TableName;
|
|
|
import io.swagger.annotations.ApiModelProperty;
|
|
@@ -19,11 +18,11 @@ import org.springframework.format.annotation.DateTimeFormat;
|
|
|
|
|
|
import java.io.Serializable;
|
|
|
import java.util.Date;
|
|
|
-import java.util.List;
|
|
|
|
|
|
@Data
|
|
|
@TableName("tz_transport2")
|
|
|
public class Transport2 implements Serializable {
|
|
|
+
|
|
|
private static final long serialVersionUID = 1876655654053364580L;
|
|
|
/**
|
|
|
* 运费模板id
|