Pu Zhibing
2 天以前 49c5117caef44d1e817d2ef701529dfaf1443467
1
2
3
4
5
6
7
8
9
10
package com.ruoyi.system.domain.dto;
 
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
 
@Data
public class BottomNavDto {
    @ApiModelProperty(value = "导航栏id")
    private Integer id;
}