101captain
2022-02-21 e7fbb69f132d0b040e329f8cf212de5d9ce5f3b3
1
2
3
4
5
6
7
8
9
10
11
12
package com.panzhihua.service_community.util;
 
import lombok.Data;
 
/**
 * @author zzj
 */
@Data
public class ResultEntity {
    private Integer key;
    private Integer value;
}