101captain
2022-07-24 0cf26c2fbb74f5260f05ad9bc9d4f46f1d609d0c
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;
}