Commit 949ca90e by liyanlin

fix

parent 5926eb7b
...@@ -16,10 +16,10 @@ import java.time.LocalDateTime; ...@@ -16,10 +16,10 @@ import java.time.LocalDateTime;
@ApiModel("审批请求Model") @ApiModel("审批请求Model")
public class ApprovalHistoryReq { public class ApprovalHistoryReq {
@ApiModelProperty("审批时间-起始时间") @ApiModelProperty(value = "审批时间-起始时间",required = true)
private LocalDateTime startTime; private LocalDateTime startTime;
@ApiModelProperty("审批时间-结束时间") @ApiModelProperty(value = "审批时间-结束时间",required = true)
private LocalDateTime endTime; private LocalDateTime endTime;
@ApiModelProperty("审批前费用单状态") @ApiModelProperty("审批前费用单状态")
......
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