国网上送

This commit is contained in:
hzj
2023-12-19 11:10:47 +08:00
parent abf9f61752
commit 3df352aa32
2 changed files with 49 additions and 6 deletions

View File

@@ -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;