md
This commit is contained in:
parent
d9ec87f792
commit
9b7406af3f
@ -50,7 +50,7 @@ public class EmisTmsCostFeeSplit extends BaseEntity
|
||||
/* 账单月份 202402 */
|
||||
private String billMonth;
|
||||
/* 交易时间 */
|
||||
@JsonFormat(pattern = "yyyy-MM-dd")
|
||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
||||
private Date tradeDate;
|
||||
/* 运输工具号 */
|
||||
private String transSignNo;
|
||||
@ -74,8 +74,16 @@ public class EmisTmsCostFeeSplit extends BaseEntity
|
||||
private BigDecimal transVolume;
|
||||
/* 批次运输费 */
|
||||
private BigDecimal transCostFee;
|
||||
/* 费用币种 */
|
||||
private String currency;
|
||||
/* 人民币汇率 */
|
||||
private BigDecimal currecyToCnyRate;
|
||||
/* 实收人民币费用 */
|
||||
private BigDecimal cnyFee;
|
||||
/* 批次运输费用项ID */
|
||||
private Long feeItemId;
|
||||
/* 单价 */
|
||||
private BigDecimal price;
|
||||
/* 成本计算公式 */
|
||||
private String calcExpr;
|
||||
/* 陈本计算备注 */
|
||||
@ -87,7 +95,7 @@ public class EmisTmsCostFeeSplit extends BaseEntity
|
||||
/* 是否子单 1-是 */
|
||||
private String blSub;
|
||||
|
||||
// 扩展字段: 费用信息
|
||||
// 扩展字段 ----
|
||||
private String supplierName;
|
||||
private EmisTmsCostFeeFeeitem feeItem;
|
||||
private EmisTmsCostFee costFeeDetail;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user