|
@@ -28,61 +28,44 @@ public class CgRjzzqEntity extends TenantEntity {
|
|
|
@Serial
|
|
@Serial
|
|
|
private static final long serialVersionUID = 1L;
|
|
private static final long serialVersionUID = 1L;
|
|
|
|
|
|
|
|
- /**
|
|
|
|
|
- * 软件名称
|
|
|
|
|
- */
|
|
|
|
|
@Schema(description = "软件名称")
|
|
@Schema(description = "软件名称")
|
|
|
private String rjmc;
|
|
private String rjmc;
|
|
|
- /**
|
|
|
|
|
- * 软件简称
|
|
|
|
|
- */
|
|
|
|
|
|
|
+
|
|
|
@Schema(description = "软件简称")
|
|
@Schema(description = "软件简称")
|
|
|
private String rjjc;
|
|
private String rjjc;
|
|
|
- /**
|
|
|
|
|
- * 版本号
|
|
|
|
|
- */
|
|
|
|
|
|
|
+
|
|
|
@Schema(description = "版本号 ")
|
|
@Schema(description = "版本号 ")
|
|
|
private String bbh;
|
|
private String bbh;
|
|
|
- /**
|
|
|
|
|
- * 登记号
|
|
|
|
|
- */
|
|
|
|
|
|
|
+
|
|
|
@Schema(description = "登记号")
|
|
@Schema(description = "登记号")
|
|
|
private String djh;
|
|
private String djh;
|
|
|
- /**
|
|
|
|
|
- * 开发完成日期
|
|
|
|
|
- */
|
|
|
|
|
|
|
+
|
|
|
@Schema(description = "开发完成日期")
|
|
@Schema(description = "开发完成日期")
|
|
|
@DateTimeFormat(pattern = DateUtil.PATTERN_DATE)
|
|
@DateTimeFormat(pattern = DateUtil.PATTERN_DATE)
|
|
|
@JsonFormat(pattern = DateUtil.PATTERN_DATE)
|
|
@JsonFormat(pattern = DateUtil.PATTERN_DATE)
|
|
|
private Date kfwcrq;
|
|
private Date kfwcrq;
|
|
|
- /**
|
|
|
|
|
- * 首次发布日期
|
|
|
|
|
- */
|
|
|
|
|
|
|
+
|
|
|
@Schema(description = "首次发布日期")
|
|
@Schema(description = "首次发布日期")
|
|
|
@DateTimeFormat(pattern = DateUtil.PATTERN_DATE)
|
|
@DateTimeFormat(pattern = DateUtil.PATTERN_DATE)
|
|
|
@JsonFormat(pattern = DateUtil.PATTERN_DATE)
|
|
@JsonFormat(pattern = DateUtil.PATTERN_DATE)
|
|
|
private Date scfbrq;
|
|
private Date scfbrq;
|
|
|
- /**
|
|
|
|
|
- * 登记批准日期
|
|
|
|
|
- */
|
|
|
|
|
|
|
+
|
|
|
@Schema(description = "登记批准日期")
|
|
@Schema(description = "登记批准日期")
|
|
|
@DateTimeFormat(pattern = DateUtil.PATTERN_DATE)
|
|
@DateTimeFormat(pattern = DateUtil.PATTERN_DATE)
|
|
|
@JsonFormat(pattern = DateUtil.PATTERN_DATE)
|
|
@JsonFormat(pattern = DateUtil.PATTERN_DATE)
|
|
|
private Date djpzrq;
|
|
private Date djpzrq;
|
|
|
- /**
|
|
|
|
|
- * 取得方式
|
|
|
|
|
- */
|
|
|
|
|
|
|
+
|
|
|
@Schema(description = "取得方式")
|
|
@Schema(description = "取得方式")
|
|
|
private String qdfs;
|
|
private String qdfs;
|
|
|
- /**
|
|
|
|
|
- * 附件,多个用逗号分割
|
|
|
|
|
- */
|
|
|
|
|
|
|
+
|
|
|
|
|
+ @Schema(description ="项目名称")
|
|
|
|
|
+ private String xmmc;
|
|
|
|
|
+
|
|
|
|
|
+ @Schema(description ="项目编号")
|
|
|
|
|
+ private String xmbh;
|
|
|
|
|
+
|
|
|
@Schema(description = "附件,多个用逗号分割")
|
|
@Schema(description = "附件,多个用逗号分割")
|
|
|
private String attachment;
|
|
private String attachment;
|
|
|
- /**
|
|
|
|
|
- * 科研项目id,kd_xm的主键
|
|
|
|
|
- */
|
|
|
|
|
- @Schema(description = "科研项目id,kd_xm的主键")
|
|
|
|
|
- private Long xmId;
|
|
|
|
|
|
|
+
|
|
|
|
|
|
|
|
}
|
|
}
|