计划调整

This commit is contained in:
pengjie 2024-08-26 19:03:05 +08:00
parent e961c70260
commit d2fca3feb9

View File

@ -72,7 +72,7 @@ public class Weather implements Serializable {
* 天气对应图标固定9种类型(您也可以根据wea字段自己处理):
* xueleishachenwubingbaoyunyuyinqing
*/
@Excel(name = "天气对应图标固定9种类型", width = 15)
@Excel(name = "天气对应图标固定9种类型(xue、lei、shachen、wu、bingbao、yun、yu、yin、qing)", width = 15)
@ApiModelProperty(value = "天气对应图标固定9种类型(您也可以根据wea字段自己处理):xue、lei、shachen、wu、bingbao、yun、yu、yin、qing")
private String weaImg;
/**