zhongrj
2024-11-19 c61fd74f1ff3de48ff0c8549b5af2aa1844f0113
src/main/java/org/springblade/modules/yw/vo/FirmInfoVO.java
@@ -1,8 +1,18 @@
package org.springblade.modules.yw.vo;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import org.springblade.modules.yw.entity.FirmInfo;
@Data
public class FirmInfoVO extends FirmInfo {
   @ApiModelProperty(value = "行业名称")
   private String categoryName;
   @ApiModelProperty(value = "救援队伍人员姓名")
   private String rescuePerName;
   @ApiModelProperty(value = "救援队伍人员电话")
   private String rescuePerPhone;
}