|  |  | 
 |  |  |  * project | 
 |  |  |  * | 
 |  |  |  * @author zt generator  | 
 |  |  |  * @since 1.0.0 2023-11-06 | 
 |  |  |  * @since 1.0.0 2023-11-07 | 
 |  |  |  */ | 
 |  |  | @Data | 
 |  |  | @EqualsAndHashCode(callSuper=false) | 
 |  |  | 
 |  |  | public class Project extends BusiEntity { | 
 |  |  |    private static final long serialVersionUID = 1L; | 
 |  |  |  | 
 |  |  |    @ApiModelProperty(value = "委托单位名称") | 
 |  |  |    private String entrustUnitName; | 
 |  |  |  | 
 |  |  |    @ApiModelProperty(value = "委托单位地址") | 
 |  |  |    private String entrustUnitAddress; | 
 |  |  |  | 
 |  |  |    @ApiModelProperty(value = "委托单位联系人") | 
 |  |  |    private String entrustUnitContact; | 
 |  |  |  | 
 |  |  |    @ApiModelProperty(value = "委托单位联系方式") | 
 |  |  |    private String entrustUnitContWay; | 
 |  |  |  | 
 |  |  |    @ApiModelProperty(value = "开发单位名称") | 
 |  |  |    private String developUnitName; | 
 |  |  |  | 
 |  |  |    @ApiModelProperty(value = "开发单位地址") | 
 |  |  |    private String developUnitAddress; | 
 |  |  |  | 
 |  |  |    @ApiModelProperty(value = "开发单位联系人") | 
 |  |  |    private String developUnitContact; | 
 |  |  |  | 
 |  |  |    @ApiModelProperty(value = "开发单位联系方式") | 
 |  |  |    private String developUnitContWay; | 
 |  |  |  | 
 |  |  |    @ApiModelProperty(value = "软件名称") | 
 |  |  |    private String softwarename; | 
 |  |  |    private String softwareName; | 
 |  |  |  | 
 |  |  |    @ApiModelProperty(value = "项目编号") | 
 |  |  |    private String code; | 
 |  |  |  | 
 |  |  |    @ApiModelProperty(value = "项目标识") | 
 |  |  |    private String identity; | 
 |  |  |    @ApiModelProperty(value = "年份") | 
 |  |  |    private String year; | 
 |  |  |  | 
 |  |  |    @ApiModelProperty(value = "软件标识") | 
 |  |  |    private String softwareIdentity; | 
 |  |  |  | 
 |  |  |    @ApiModelProperty(value = "密级") | 
 |  |  |    private Integer secretClass; | 
 |  |  | 
 |  |  |    @ApiModelProperty(value = "关键等级") | 
 |  |  |    private Integer criticalLevel; | 
 |  |  |  | 
 |  |  |    @ApiModelProperty(value = "运行环境") | 
 |  |  |    private String optEnviron; | 
 |  |  |  | 
 |  |  |    @ApiModelProperty(value = "编程语言") | 
 |  |  |    private String programLang; | 
 |  |  |  | 
 |  |  |    @ApiModelProperty(value = "软件类型") | 
 |  |  |    private Integer softwareType; | 
 |  |  |    private String softwareType; | 
 |  |  |  | 
 |  |  |    @ApiModelProperty(value = "项目负责人") | 
 |  |  |    private String projectLeader; | 
 |  |  | 
 |  |  |    private String projectReviewer; | 
 |  |  |  | 
 |  |  |    @ApiModelProperty(value = "是否签署合同") | 
 |  |  |    private String isContract; | 
 |  |  |    private Integer isContract; | 
 |  |  |  | 
 |  |  | } |