package com.jsh.erp.datasource.dto; import io.swagger.annotations.ApiModelProperty; import lombok.Data; @Data public class AuditProcessQueryDTO { @ApiModelProperty("流程名称") private String type; }