|
|
@@ -31,7 +31,7 @@ public class Shipper implements Serializable {
|
|
|
private static final long serialVersionUID = 1L;
|
|
|
|
|
|
@ApiModelProperty(value = "id,自增")
|
|
|
- @TableId(value = "id", type = IdType.AUTO)
|
|
|
+ @TableId(value = "shipper_id", type = IdType.AUTO)
|
|
|
@JsonFormat(shape = JsonFormat.Shape.STRING)
|
|
|
private Long shipperId;
|
|
|
|