Commit df88a30f by huluobin

不知道改了什么

parent 0ed72e63
......@@ -13,7 +13,7 @@ public class ManageCostDto {
private String no; // 费用单号或采购单号
private String receiveUnit; // 收款单位
private String reason; // 理由/用途
@JsonFormat(pattern="yyyy-MM-dd HH:mm:ss", timezone="GMT+8")
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
@JSONField(name = "cashier_time", format = "yyyy-MM-dd HH:mm:ss")
private Date payTime; // 付款时间
private Integer manageCostType; // 费用付款单同cost_form=1,费用借还单同cost_form=3,采购单为0
......@@ -28,4 +28,8 @@ public class ManageCostDto {
private String currency; // 币种
@JSONField(name = "cashier_paymoneyrmb")
private BigDecimal amountRmb; // 人民币金额
//费用单Id
private Integer costId;
//费用单详情Id
private Integer costId1;
}
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