Commit 7188eef6 authored by mengbali153's avatar mengbali153

能力管理--联调

历史档案--联调
非标产值--联调
parent 7fdb6d42
......@@ -31,6 +31,9 @@ public class NonStandardApproval implements Serializable {
@TableId(value = "id",type = IdType.AUTO)
private Integer id;
@ApiModelProperty("工作类别")
private String workType;
@ApiModelProperty("起止日期")
private String statistical;
......
......@@ -14,6 +14,9 @@ import lombok.Data;
public class NonStandardApprovalVo {
private Integer id;
@ApiModelProperty("工作类别")
private String workType;
@ApiModelProperty("姓名")
private String name;
......
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