Compare commits
2 Commits
e4c3e8a289
...
5a69846961
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5a69846961 | ||
|
|
520a8977dc |
@@ -27,6 +27,9 @@ public class DeviceUseRecordDetailPageReqVO extends PageParam {
|
||||
@Schema(description = "样品编号")
|
||||
private String sampleCode;
|
||||
|
||||
@Schema(description = "明细数据类型")
|
||||
private String detailType;
|
||||
|
||||
@Schema(description = "所属部门")
|
||||
private String systemDepartmentCode;
|
||||
|
||||
|
||||
@@ -35,6 +35,10 @@ public class DeviceUseRecordDetailRespVO {
|
||||
@ExcelProperty("样品编号")
|
||||
private String sampleCode;
|
||||
|
||||
@Schema(description = "明细数据类型")
|
||||
@ExcelProperty("明细数据类型")
|
||||
private String detailType;
|
||||
|
||||
@Schema(description = "所属部门")
|
||||
@ExcelProperty("所属部门")
|
||||
private String systemDepartmentCode;
|
||||
|
||||
@@ -25,6 +25,9 @@ public class DeviceUseRecordDetailSaveReqVO {
|
||||
@Schema(description = "样品编号")
|
||||
private String sampleCode;
|
||||
|
||||
@Schema(description = "明细数据类型")
|
||||
private String detailType;
|
||||
|
||||
@Schema(description = "所属部门")
|
||||
private String systemDepartmentCode;
|
||||
|
||||
|
||||
@@ -53,6 +53,11 @@ public class DeviceUseRecordDetailDO extends BusinessBaseDO {
|
||||
*/
|
||||
@TableField("SMP_CD")
|
||||
private String sampleCode;
|
||||
/**
|
||||
* 明细数据类型
|
||||
*/
|
||||
@TableField("DTL_TY")
|
||||
private String detailType;
|
||||
/**
|
||||
* 所属部门
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user