Commit dd237245 by jianshuqin

申请费用计划单 增加所属账期和所属项目

parent 95aba5aa
......@@ -20,7 +20,7 @@ public class LogisticsCostDto {
private String costReason; // 付款理由
private String typeNo; //费用类别编号
private String project; //所属项目
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
@DateTimeFormat(pattern = "yyyy-MM-dd")
private Date projectDate; //所属账期
//费用来源 1-默认 2-WMS 3-调拨系统
......
......@@ -59,7 +59,7 @@ public class ResetReq {
@ApiModelProperty("所属项目")
private String project;
@ApiModelProperty("所属账期")
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
@DateTimeFormat(pattern = "yyyy-MM-dd")
private Date projectDate;
private MultipartFile fileSelect2;
......
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