提交 d653398f authored 作者: niguanghui's avatar niguanghui

--no commit message

上级 bd59e34e
......@@ -22,14 +22,6 @@ public class ExamineStatusForm {
private Integer[] ids;
@ApiModelProperty(value = "状态: 0待审核 1通过 2驳回")
private Integer status;
// 审核信息
@ApiModelProperty("审核人")
private String examinePeopleName;
@ApiModelProperty("所属部门")
private String department;
@ApiModelProperty("所属部门")
private Integer departmentId;
@ApiModelProperty("审核意见")
private String opinion;
......
/**
* @author niguanghui
* @date 2019年1月11日 下午6:26:37
*/
package com.zrqx.core.form.works.bg.apply;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
/**
* @author niguanghui
* @date 2019年1月11日下午6:26:37
*/
@Data
@ApiModel(value = "QueryApplyForm", description = "分页查询")
public class QueryApplyForm {
@ApiModelProperty("状态: 0待审核 1通过 2驳回")
private Integer status;
@ApiModelProperty("所属部门Id, 我的申请不传")
private Integer departmentId;
}
......@@ -8,7 +8,6 @@ import java.util.List;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
/**
......@@ -23,16 +22,6 @@ public class SaveApplyForm {
@ApiModelProperty("资源信息")
private List<ApplyResourceForm> arfList;
// 申请信息
@ApiModelProperty("头像")
private String topImg;
@ApiModelProperty("用户名")
private String userName;
@ApiModelProperty("所属部门")
private String department;
@ApiModelProperty("所属部门Id")
private Integer departmentId;
@ApiModelProperty("申请原因")
private String reason;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论