mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-25 13:35:15 +08:00
计算保存订单详情的总电费金额,总服务费金额
This commit is contained in:
@@ -2,6 +2,7 @@ package com.jsowell.pile.domain;
|
||||
|
||||
import com.jsowell.common.annotation.Excel;
|
||||
import com.jsowell.common.core.domain.BaseEntity;
|
||||
import lombok.Data;
|
||||
import org.apache.commons.lang3.builder.ToStringBuilder;
|
||||
import org.apache.commons.lang3.builder.ToStringStyle;
|
||||
|
||||
@@ -13,6 +14,7 @@ import java.math.BigDecimal;
|
||||
* @author jsowell
|
||||
* @date 2023-04-10
|
||||
*/
|
||||
@Data
|
||||
public class OrderInvoiceRecord extends BaseEntity {
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
@@ -27,6 +29,12 @@ public class OrderInvoiceRecord extends BaseEntity {
|
||||
@Excel(name = "会员id")
|
||||
private String memberId;
|
||||
|
||||
/**
|
||||
* 发票抬头id
|
||||
*/
|
||||
@Excel(name = "发票抬头id")
|
||||
private String titleId;
|
||||
|
||||
/**
|
||||
* 申请订单编号(逗号分割)
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user