Sign in

guzijian / bsth-alcohol-sign · Files

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • bsth-alcohol-sign
  • ..
  • response
  • EquipmentExceptionResponseVo.java
  • 蓝斯二期
    decaea49
    liujun001 authored
    2024-12-09 16:27:24 +0800  
    Browse Code »
EquipmentExceptionResponseVo.java 373 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
package com.ruoyi.pojo.response;

import com.ruoyi.eexception.domain.EquipmentException;
import lombok.Data;

/**
 *
 * @author 20412
 */
@Data
public class EquipmentExceptionResponseVo extends EquipmentException {
    /**
     * 姓名
     */
    private String personnelName;
    /**
     * 场地名称
     */
    private String siteName;

    private String name;

}