puhanshu
2021-12-30 a7002e25ec105e5f73c27f91944f1c0b4991c355
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;
}