吉安感知网项目-后端
xiebin
2026-04-01 939e76b90691c8f4e66e437791bce9e11bc4bfad
1
2
3
4
5
6
7
8
9
package org.sxkj.odm.entity.json;
 
import lombok.Data;
 
@Data
public class JsonData {
 
    private Stats stats;
}