国网上送
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
package com.njcn.harmonic.pojo.param;
|
||||
|
||||
import com.njcn.common.pojo.constant.PatternRegex;
|
||||
import com.njcn.web.pojo.param.BaseParam;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import lombok.Data;
|
||||
|
||||
@@ -17,7 +18,7 @@ import javax.validation.constraints.Pattern;
|
||||
* @version V1.0.0
|
||||
*/
|
||||
@Data
|
||||
public class SendQueryParam {
|
||||
public class SendQueryParam extends BaseParam {
|
||||
@ApiModelProperty(name = "deptIndex", value = "部门索引", required = true)
|
||||
@NotBlank(message = "部门索引不可为空")
|
||||
private String deptIndex;
|
||||
|
||||
Reference in New Issue
Block a user