办学质量监测教学评价系统
jiahao.he@vtradex.com
2025-03-16 4967c3f906b32184aa2e617fea034900bb564aa2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package org.ruoyi.common.chat.demo;
 
import lombok.Data;
 
@Data
public class WeatherResp {
    /**
     * 温度
     */
    private String temp;
    /**
     * 风力等级
     */
    private Integer level;
}