feat(): 新增列表查询
parent
6a87254f07
commit
ef7fbae0fa
|
@ -24,6 +24,7 @@ import java.math.BigDecimal;
|
|||
@EqualsAndHashCode(callSuper = true)
|
||||
@TableName(value = "order_pay_info",autoResultMap = true)
|
||||
public class OrderPayInfo extends BaseEntity {
|
||||
|
||||
/**
|
||||
* 主键
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue