Commit 87ab1810 by zhangxingmin

push

parent d15ff22b
...@@ -98,7 +98,7 @@ public class CommissionExpectedNewVO implements Serializable { ...@@ -98,7 +98,7 @@ public class CommissionExpectedNewVO implements Serializable {
* 预计来佣-入账年月(估) * (预计来佣日期) * 预计来佣-入账年月(估) * (预计来佣日期)
*/ */
// @Schema(description = "入账年月(估)") // @Schema(description = "入账年月(估)")
@JsonFormat(pattern = "yyyyMM", timezone = "GMT+8") @JsonFormat(pattern = "yyyy-MM", timezone = "GMT+8")
private Date commissionDateMonth; private Date commissionDateMonth;
/** /**
...@@ -109,7 +109,7 @@ public class CommissionExpectedNewVO implements Serializable { ...@@ -109,7 +109,7 @@ public class CommissionExpectedNewVO implements Serializable {
/** /**
* 入账检核记录-入账年月实(来佣日期 yyyyMM) * 入账检核记录-入账年月实(来佣日期 yyyyMM)
*/ */
@JsonFormat(pattern = "yyyyMM", timezone = "GMT+8") @JsonFormat(pattern = "yyyy-MM", timezone = "GMT+8")
private Date commissionDate; private Date commissionDate;
/** /**
......
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