Commit ac344a5a by huluobin

api add column

parent 2756dcc6
......@@ -105,5 +105,29 @@ public class CostDto {
private LocalDateTime lastModifyDate;
///-------------
@ApiModelProperty("科目编号")
private String subjectCode;
@ApiModelProperty("支付者用户ID")
private Integer payUserId;
@ApiModelProperty("转人民币汇率")
private BigDecimal toRmbRate;
@ApiModelProperty("费用单人民币总金额")
private BigDecimal amountRmb;
@ApiModelProperty("公司主体value")
private Integer companyValue;
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
@ApiModelProperty("财务审核时间")
private Date auditTime;
@ApiModelProperty("借支单,还款申请金额,包括已还的和申请中 ,借支单币种。")
private BigDecimal repaymentAppliedAmount;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment