update
This commit is contained in:
@@ -64,12 +64,14 @@ public class Experiment implements Serializable {
|
|||||||
private String sysOrgCode;
|
private String sysOrgCode;
|
||||||
|
|
||||||
@Schema(description = "序号")
|
@Schema(description = "序号")
|
||||||
|
@TableField("index_no")
|
||||||
private Integer indexNo;
|
private Integer indexNo;
|
||||||
/**
|
/**
|
||||||
* 试验编号
|
* 试验编号
|
||||||
*/
|
*/
|
||||||
@Excel(name = "试验编号", width = 15)
|
@Excel(name = "试验编号", width = 15)
|
||||||
@Schema(description = "试验编号")
|
@Schema(description = "试验编号")
|
||||||
|
@TableField("experiment_no")
|
||||||
private String experimentNo;
|
private String experimentNo;
|
||||||
/**
|
/**
|
||||||
* 名称
|
* 名称
|
||||||
@@ -83,6 +85,7 @@ public class Experiment implements Serializable {
|
|||||||
*/
|
*/
|
||||||
@Excel(name = "委托方名称", width = 15)
|
@Excel(name = "委托方名称", width = 15)
|
||||||
@Schema(description = "委托方名称")
|
@Schema(description = "委托方名称")
|
||||||
|
@TableField("client_name")
|
||||||
private String clientName;
|
private String clientName;
|
||||||
/**
|
/**
|
||||||
* 试验类型
|
* 试验类型
|
||||||
@@ -97,6 +100,7 @@ public class Experiment implements Serializable {
|
|||||||
//@JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd")
|
//@JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd")
|
||||||
//@DateTimeFormat(pattern = "yyyy-MM-dd")
|
//@DateTimeFormat(pattern = "yyyy-MM-dd")
|
||||||
@Schema(description = "试验开始日期")
|
@Schema(description = "试验开始日期")
|
||||||
|
@TableField("start_date")
|
||||||
private String startDate;
|
private String startDate;
|
||||||
/**
|
/**
|
||||||
* 试验日期
|
* 试验日期
|
||||||
@@ -105,12 +109,14 @@ public class Experiment implements Serializable {
|
|||||||
//@JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd")
|
//@JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd")
|
||||||
//@DateTimeFormat(pattern = "yyyy-MM-dd")
|
//@DateTimeFormat(pattern = "yyyy-MM-dd")
|
||||||
@Schema(description = "试验结束日期")
|
@Schema(description = "试验结束日期")
|
||||||
|
@TableField("end_date")
|
||||||
private String endDate;
|
private String endDate;
|
||||||
/**
|
/**
|
||||||
* 辐射源类型
|
* 辐射源类型
|
||||||
*/
|
*/
|
||||||
//@Excel(name = "辐射源类型", width = 15)
|
//@Excel(name = "辐射源类型", width = 15)
|
||||||
@Schema(description = "辐射源类型")
|
@Schema(description = "辐射源类型")
|
||||||
|
@TableField("radiation_source_type")
|
||||||
private String radiationSourceType;
|
private String radiationSourceType;
|
||||||
/**
|
/**
|
||||||
* 试验负责人
|
* 试验负责人
|
||||||
@@ -209,6 +215,7 @@ public class Experiment implements Serializable {
|
|||||||
private String sampleName;
|
private String sampleName;
|
||||||
@TableField(exist = false)
|
@TableField(exist = false)
|
||||||
private String equipmentModel;
|
private String equipmentModel;
|
||||||
|
@TableField("sample_model")
|
||||||
private String sampleModel;
|
private String sampleModel;
|
||||||
|
|
||||||
//@TableField(exist = false)
|
//@TableField(exist = false)
|
||||||
|
|||||||
Reference in New Issue
Block a user