Skip to content

Instantly share code, notes, and snippets.

View liangtengyu's full-sized avatar
🎮
Focusing

tengyu liangtengyu

🎮
Focusing
View GitHub Profile
@Data
public class QueryCarRequestInfo {
public TreeMap getTreeMap(){
return this.treeMap;
}
//有参构造函数
QueryCarRequestInfo(TreeMap data) throws Exception {
this.data=data;
vscode_sync