zhitong.yu
2024-04-16 14c0c94b8a9f0e7b4767e808a5c600b93542d883
1
2
3
4
5
6
7
8
9
10
11
12
package com.hxzk.pojo;
 
import lombok.Getter;
import lombok.Setter;
 
@Getter
@Setter
public class init2 {
    public String title;
    public String href;
    public String target;
}