报告模版配置联调
This commit is contained in:
@@ -53,10 +53,14 @@ public class EventDictParam {
|
||||
@EqualsAndHashCode(callSuper = true)
|
||||
public static class DictQueryParam extends BaseParam {
|
||||
@ApiModelProperty("pid")
|
||||
@NotBlank(message = ValidMessage.ID_NOT_BLANK)
|
||||
@Pattern(regexp = PatternRegex.SYSTEM_ID, message = ValidMessage.ID_FORMAT_ERROR)
|
||||
private String pid;
|
||||
|
||||
@ApiModelProperty("id")
|
||||
@NotBlank(message = ValidMessage.ID_NOT_BLANK)
|
||||
@Pattern(regexp = PatternRegex.SYSTEM_ID, message = ValidMessage.ID_FORMAT_ERROR)
|
||||
private String id;
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4,6 +4,8 @@ import com.baomidou.mybatisplus.annotation.TableName;
|
||||
import com.njcn.db.bo.BaseEntity;
|
||||
import lombok.Data;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author hany
|
||||
|
||||
@@ -24,6 +24,9 @@ public class EventReportDictVO implements Serializable {
|
||||
@ApiModelProperty("父节点")
|
||||
private String pid;
|
||||
|
||||
@ApiModelProperty("父节点名称")
|
||||
private String pidName;
|
||||
|
||||
@ApiModelProperty("排序")
|
||||
private Integer sort;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user