Commit 6ac3ac68 by huluobin

不知道改了什么

parent df88a30f
...@@ -12,6 +12,12 @@ public class ManageCostDto { ...@@ -12,6 +12,12 @@ public class ManageCostDto {
@JSONField(name = "detailname") @JSONField(name = "detailname")
private String no; // 费用单号或采购单号 private String no; // 费用单号或采购单号
private String receiveUnit; // 收款单位 private String receiveUnit; // 收款单位
private String receiveBank;
private String receiveCard;
private String receiveCardUser;
private String reason; // 理由/用途 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") @JSONField(name = "cashier_time", format = "yyyy-MM-dd HH:mm:ss")
......
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