master
parent
20deaaacff
commit
beed71c820
|
@ -30,7 +30,7 @@ import java.math.BigDecimal;
|
||||||
public class OrderPayInfo extends BaseEntity{
|
public class OrderPayInfo extends BaseEntity{
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 主键
|
* 主键ID
|
||||||
*/
|
*/
|
||||||
@TableId(value = "id",type = IdType.AUTO)
|
@TableId(value = "id",type = IdType.AUTO)
|
||||||
private Long id;
|
private Long id;
|
||||||
|
|
Loading…
Reference in New Issue