update
This commit is contained in:
68
physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/entity/IrradiationStandards.java
Executable file → Normal file
68
physical-module-system/physical-system-biz/src/main/java/org/jeecg/modules/database/entity/IrradiationStandards.java
Executable file → Normal file
@@ -1,8 +1,6 @@
|
||||
package org.jeecg.modules.database.entity;
|
||||
|
||||
import com.baomidou.mybatisplus.annotation.IdType;
|
||||
import com.baomidou.mybatisplus.annotation.TableId;
|
||||
import com.baomidou.mybatisplus.annotation.TableName;
|
||||
import com.baomidou.mybatisplus.annotation.*;
|
||||
import com.fasterxml.jackson.annotation.JsonFormat;
|
||||
import io.swagger.v3.oas.annotations.media.Schema;
|
||||
import lombok.Data;
|
||||
@@ -17,7 +15,7 @@ import java.util.Date;
|
||||
/**
|
||||
* @Description: 辐照标准
|
||||
* @Author: jeecg-boot
|
||||
* @Date: 2024-08-30
|
||||
* @Date: 2024-11-14
|
||||
* @Version: V1.0
|
||||
*/
|
||||
@Data
|
||||
@@ -45,7 +43,7 @@ public class IrradiationStandards implements Serializable {
|
||||
@JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd HH:mm:ss")
|
||||
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
||||
@Schema(description = "创建日期")
|
||||
private Date createTime;
|
||||
private Date createTime;
|
||||
/**
|
||||
* 更新人
|
||||
*/
|
||||
@@ -57,7 +55,7 @@ public class IrradiationStandards implements Serializable {
|
||||
@JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd HH:mm:ss")
|
||||
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
||||
@Schema(description = "更新日期")
|
||||
private Date updateTime;
|
||||
private Date updateTime;
|
||||
/**
|
||||
* 所属部门
|
||||
*/
|
||||
@@ -76,15 +74,57 @@ public class IrradiationStandards implements Serializable {
|
||||
@Schema(description = "标准代码")
|
||||
private String code;
|
||||
/**
|
||||
* 内容
|
||||
* 辐照环境温度
|
||||
*/
|
||||
@Excel(name = "内容", width = 15)
|
||||
@Schema(description = "内容")
|
||||
private String content;
|
||||
@Excel(name = "辐照环境温度", width = 15)
|
||||
@Schema(description = "辐照环境温度")
|
||||
private String environmentalTemperature;
|
||||
/**
|
||||
* 附件
|
||||
* 退火时长
|
||||
*/
|
||||
@Excel(name = "附件", width = 15)
|
||||
@Schema(description = "附件")
|
||||
private String attachment;
|
||||
@Excel(name = "退火时长", width = 15)
|
||||
@Schema(description = "退火时长")
|
||||
private String annealTimes;
|
||||
/**
|
||||
* 辐射源
|
||||
*/
|
||||
@Excel(name = "辐射源", width = 15)
|
||||
@Schema(description = "辐射源")
|
||||
private String radiationSource;
|
||||
/**
|
||||
* 条件A
|
||||
*/
|
||||
@Excel(name = "条件A", width = 15)
|
||||
@Schema(description = "条件A")
|
||||
private String conditionA;
|
||||
/**
|
||||
* 条件B
|
||||
*/
|
||||
@Excel(name = "条件B", width = 15)
|
||||
@Schema(description = "条件B")
|
||||
private String conditionB;
|
||||
/**
|
||||
* 条件C
|
||||
*/
|
||||
@Excel(name = "条件C", width = 15)
|
||||
@Schema(description = "条件C")
|
||||
private String conditionC;
|
||||
/**
|
||||
* 条件D
|
||||
*/
|
||||
@Excel(name = "条件D", width = 15)
|
||||
@Schema(description = "条件D")
|
||||
private String conditionD;
|
||||
/**
|
||||
* 条件E
|
||||
*/
|
||||
@Excel(name = "条件E", width = 15)
|
||||
@Schema(description = "条件E")
|
||||
private String conditionE;
|
||||
/**
|
||||
* 条件F
|
||||
*/
|
||||
@Excel(name = "条件F", width = 15)
|
||||
@Schema(description = "条件F")
|
||||
private String conditionF;
|
||||
}
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
package org.jeecg.modules.database.entity;
|
||||
|
||||
import com.baomidou.mybatisplus.annotation.IdType;
|
||||
import com.baomidou.mybatisplus.annotation.TableId;
|
||||
import com.baomidou.mybatisplus.annotation.TableName;
|
||||
import com.baomidou.mybatisplus.annotation.*;
|
||||
import com.fasterxml.jackson.annotation.JsonFormat;
|
||||
import io.swagger.v3.oas.annotations.media.Schema;
|
||||
import lombok.Data;
|
||||
@@ -17,7 +15,7 @@ import java.util.Date;
|
||||
/**
|
||||
* @Description: NASA数据管理
|
||||
* @Author: jeecg-boot
|
||||
* @Date: 2024-11-04
|
||||
* @Date: 2024-11-14
|
||||
* @Version: V1.0
|
||||
*/
|
||||
@Data
|
||||
@@ -45,7 +43,7 @@ public class NasaDataRecord implements Serializable {
|
||||
@JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd HH:mm:ss")
|
||||
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
||||
@Schema(description = "创建日期")
|
||||
private Date createTime;
|
||||
private Date createTime;
|
||||
/**
|
||||
* 更新人
|
||||
*/
|
||||
@@ -57,7 +55,7 @@ public class NasaDataRecord implements Serializable {
|
||||
@JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd HH:mm:ss")
|
||||
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
||||
@Schema(description = "更新日期")
|
||||
private Date updateTime;
|
||||
private Date updateTime;
|
||||
/**
|
||||
* 所属部门
|
||||
*/
|
||||
@@ -118,15 +116,27 @@ public class NasaDataRecord implements Serializable {
|
||||
@Schema(description = "试验人员")
|
||||
private String experimentUser;
|
||||
/**
|
||||
* 条目数统计
|
||||
* 西核院统计
|
||||
*/
|
||||
@Excel(name = "条目数统计", width = 15)
|
||||
@Schema(description = "条目数统计")
|
||||
private String totalCount;
|
||||
@Excel(name = "西核院统计", width = 15)
|
||||
@Schema(description = "西核院统计")
|
||||
private String totalCountNasa;
|
||||
/**
|
||||
* 理化所统计
|
||||
*/
|
||||
@Excel(name = "理化所统计", width = 15)
|
||||
@Schema(description = "理化所统计")
|
||||
private String totalCountLhs;
|
||||
/**
|
||||
* 附件IDs
|
||||
*/
|
||||
@Excel(name = "附件IDs", width = 15)
|
||||
@Schema(description = "附件IDs")
|
||||
private String fileList;
|
||||
/**
|
||||
* 原始数据
|
||||
*/
|
||||
@Excel(name = "原始数据", width = 15)
|
||||
@Schema(description = "原始数据")
|
||||
private String originData;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user