|
|
@@ -27,6 +27,9 @@ public class CoreDrillDictionaryPageDto extends PageRequest {
|
|
|
@ApiModelProperty(value = "演练类型,字典表关联取值")
|
|
|
private String drillType;
|
|
|
|
|
|
+ @ApiModelProperty(value = "演练场景")
|
|
|
+ private String drillProjects;
|
|
|
+
|
|
|
private List<Long> orgIdList;
|
|
|
|
|
|
private Long orgParentId;
|