parent
b06f38a85f
commit
e636a738a2
@ -0,0 +1,26 @@
|
|||||||
|
package com.ruoyi.tcZz.domain.reponse;
|
||||||
|
|
||||||
|
import io.swagger.annotations.ApiModel;
|
||||||
|
import io.swagger.annotations.ApiModelProperty;
|
||||||
|
import lombok.Data;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 部门转办
|
||||||
|
*/
|
||||||
|
@Data
|
||||||
|
@ApiModel("部门转办")
|
||||||
|
public class ScreenDepartmentResponse {
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 数量
|
||||||
|
*/
|
||||||
|
@ApiModelProperty("数量")
|
||||||
|
private Integer count;
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 部门
|
||||||
|
*/
|
||||||
|
@ApiModelProperty("部门")
|
||||||
|
private String depName;
|
||||||
|
}
|
Loading…
Reference in new issue