|
@@ -20,7 +20,7 @@ import java.math.BigDecimal;
|
|
@ApiModel(value = "OrderRefunds对象", description = "用户退款表")
|
|
@ApiModel(value = "OrderRefunds对象", description = "用户退款表")
|
|
public class OrderRefunds implements Serializable {
|
|
public class OrderRefunds implements Serializable {
|
|
private static final long serialVersionUID = 1L;
|
|
private static final long serialVersionUID = 1L;
|
|
- @TableId(value = "id_", type = IdType.UUID)
|
|
|
|
|
|
+ @TableId(value = "id_", type = IdType.AUTO)
|
|
private Long id;
|
|
private Long id;
|
|
@TableField(value = "user_id_")
|
|
@TableField(value = "user_id_")
|
|
private Long userId;
|
|
private Long userId;
|