puhanshu
2022-03-04 d5c7e514b0b1f85110a49b1d66ae0bef45a58c0a
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;
}