bug fix
This commit is contained in:
@@ -37,6 +37,10 @@ public class BuyOrderProduct {
|
||||
* 快递订单 ID
|
||||
*/
|
||||
private int expressOrderId;
|
||||
/**
|
||||
* 评价 ID
|
||||
*/
|
||||
private int recordId;
|
||||
/**
|
||||
* 删除标识
|
||||
*/
|
||||
|
||||
@@ -12,7 +12,7 @@ import java.util.Date;
|
||||
|
||||
@Data
|
||||
@TableName("user_record")
|
||||
public class UserRecordEntity {
|
||||
public class UserRecord {
|
||||
|
||||
|
||||
@TableId
|
||||
Reference in New Issue
Block a user