IntelligentRecognition/ah-jjsp-service/.svn/pristine/6f/6f33fcfff32a6af9a6def4618ca...

68 lines
1.3 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

package com.sercurityControl.proteam.newScreen.domain;
import lombok.Data;
/**
* 设计问题数量实体类
*/
@Data
public class SjNumberVo {
private String id;//
private String org;//省公司
private String proName;//变电工程名称
private String signName;//单项工程名称
private String voltage;//输变电工程电压等级
private String proType;//工程类型
private String sjUnit;//设计单位
private String psUnit;//评审单位
private String psYjTime;//评审意见印发时间
private String isSjzlQ;//是否发生设计质量问题
private String isQ;///isQ是否问题库内问题是/否)
private String sjzlQName;//设计质量问题名称
private String wtkNum;//问题库编号
private String wtType;//问题类别
private String wtXz;//问题性质
private String sjjd;//设计阶段
private String sszy;//所属专业
private String sfzg;//是否整改
private String wtjs;//问题简述
private String wtfx;//问题分析
private String jycqcs;//建议采取措施
private String delFag;//是否删除
private String createTime;
private String updateTime;//更新时间
private String page;
private String limit;
private String keyWord;
}