Commit 31de75e0 by zhangxingmin

push

parent 1e547c03
package com.yd.csf.service.dto;
import com.fasterxml.jackson.annotation.JsonFormat;
import io.swagger.v3.oas.annotations.media.Schema;
import lombok.Data;
......@@ -112,6 +113,7 @@ public class CommissionExpectedUpdateRequest implements Serializable {
* 入账日期
*/
@Schema(description = "入账日期 format:yyyy-MM-dd")
@JsonFormat(pattern = "yyyy-MM", timezone = "GMT+8")
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