无关风月
2025-07-03 a1eabf01b3dbec288897d4d1cc400cfdad076d1f
ruoyi-system/src/main/java/com/ruoyi/system/vo/system/LocationTypeListByProjectVO.java
@@ -1,5 +1,6 @@
package com.ruoyi.system.vo.system;
import cn.afterturn.easypoi.excel.annotation.Excel;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
@@ -11,8 +12,10 @@
public class LocationTypeListByProjectVO {
    @ApiModelProperty("类型名称")
    @Excel(name = "locationTypeName", width = 20)
    private String locationTypeName;
    @ApiModelProperty("数量")
    @Excel(name = "locationNum", width = 20)
    private Integer locationNum;
    @ApiModelProperty("类型id")
    private String id;