Commit 12f83ea0 by liyanlin

fix

parent e371e957
...@@ -35,6 +35,6 @@ public class ApprovalHistoryReq { ...@@ -35,6 +35,6 @@ public class ApprovalHistoryReq {
@ApiModelProperty("费用单号,支持模糊搜索") @ApiModelProperty("费用单号,支持模糊搜索")
private String costNo; private String costNo;
@ApiModelProperty("用户ID") @ApiModelProperty("审批人用户ID")
private Integer userId; private Integer userId;
} }
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