参数修改
This commit is contained in:
parent
3e1b591873
commit
f6c57b17c6
|
|
@ -13,6 +13,7 @@ import java.util.List;
|
||||||
@Data
|
@Data
|
||||||
public class ProIdsBean {
|
public class ProIdsBean {
|
||||||
private List<String> proIds;
|
private List<String> proIds;
|
||||||
|
private List<String> projectIds;
|
||||||
private Integer proId;
|
private Integer proId;
|
||||||
private String proName;
|
private String proName;
|
||||||
private Integer typeId;
|
private Integer typeId;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue