From 6b7aa9452a163412d2654c2e743fb664685a118b Mon Sep 17 00:00:00 2001 From: zhuo <2089219845@qq.com> Date: 星期一, 17 二月 2025 11:41:11 +0800 Subject: [PATCH] 全部请求参数调整 --- inspect-server/src/main/java/com/ruoyi/basic/pojo/InsSample.java | 246 ++++++++++++++++++++++++------------------------ 1 files changed, 123 insertions(+), 123 deletions(-) diff --git a/inspect-server/src/main/java/com/ruoyi/basic/pojo/InsSample.java b/inspect-server/src/main/java/com/ruoyi/basic/pojo/InsSample.java index fc15a45..6d01fd6 100644 --- a/inspect-server/src/main/java/com/ruoyi/basic/pojo/InsSample.java +++ b/inspect-server/src/main/java/com/ruoyi/basic/pojo/InsSample.java @@ -1,123 +1,123 @@ -package com.ruoyi.basic.pojo; - -import com.baomidou.mybatisplus.annotation.*; -import com.fasterxml.jackson.annotation.JsonFormat; -import io.swagger.annotations.ApiModelProperty; -import lombok.Data; - -import java.io.Serializable; -import java.time.LocalDateTime; - -/** - * 妫�楠屾牱鍝� - * @TableName ins_sample - */ -@TableName(value ="ins_sample") -@Data -public class InsSample implements Serializable { - /** - * - */ - @TableId(type = IdType.AUTO) - private Integer id; - - /** - * 1锛氬悎鏍� 0锛氫笉鍚堟牸 - */ - private Integer insResult; - - /** - * 澶栭敭锛歩ns_order琛╥d - */ - private Integer insOrderId; - - /** - * 閰嶅鏍峰搧鍨嬪彿 - */ - private String joinModel; - - /** - * 閰嶅鏍峰搧鍚嶇О - */ - private String joinName; - - /** - * 閰嶅鏍峰搧鏁伴噺 - */ - private Integer joinNum; - - /** - * 鏍峰搧缂栫爜 - */ - private String sampleCode; - - /** - * 妫�楠屽伐鍘� - */ - private String factory; - - /** - * 瀹為獙瀹ゅ悕绉� - */ - private String laboratory; - - /** - * 鏍峰搧绫诲瀷 - */ - private String sampleType; - - /** - * 鏍峰搧鍚嶇О - */ - private String sample; - - /** - * 瑙勬牸鍨嬪彿 - */ - private String model; - - /** - * 妫�楠岀姸鎬�(0锛氬緟妫�楠�1:妫�楠屼腑 2:宸叉楠�3锛氬緟澶嶆牳4锛氬鏍告湭閫氳繃5锛氬鏍搁�氳繃) - */ - private Integer insState; - - /** - * 澶囨敞 - */ - private String remark; - - private Integer standardMethodListId; - - @ApiModelProperty("鏍峰搧鍗曚綅") - private String unit; - - private Integer cellId; - - @TableField(fill = FieldFill.INSERT) - private Integer createUser; - - @ApiModelProperty("鍒涘缓鏃堕棿") - @TableField(fill = FieldFill.INSERT) - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") - private LocalDateTime createTime; - - @TableField(fill = FieldFill.INSERT_UPDATE) - private Integer updateUser; - - @ApiModelProperty("淇敼鏃堕棿") - @TableField(fill = FieldFill.INSERT_UPDATE) - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") - private LocalDateTime updateTime; - - private Integer parentId; - - @ApiModelProperty("鏁伴噺") - private Integer quantity; - - @ApiModelProperty("鐗规畩鏍囧噯鏂规硶") - private String specialStandardMethod; - - @TableField(select = false,exist = false) - private Integer num=1; - -} +//package com.ruoyi.basic.pojo; +// +//import com.baomidou.mybatisplus.annotation.*; +//import com.fasterxml.jackson.annotation.JsonFormat; +//import io.swagger.annotations.ApiModelProperty; +//import lombok.Data; +// +//import java.io.Serializable; +//import java.time.LocalDateTime; +// +///** +// * 妫�楠屾牱鍝� +// * @TableName ins_sample +// */ +//@TableName(value ="ins_sample") +//@Data +//public class InsSample implements Serializable { +// /** +// * +// */ +// @TableId(type = IdType.AUTO) +// private Integer id; +// +// /** +// * 1锛氬悎鏍� 0锛氫笉鍚堟牸 +// */ +// private Integer insResult; +// +// /** +// * 澶栭敭锛歩ns_order琛╥d +// */ +// private Integer insOrderId; +// +// /** +// * 閰嶅鏍峰搧鍨嬪彿 +// */ +// private String joinModel; +// +// /** +// * 閰嶅鏍峰搧鍚嶇О +// */ +// private String joinName; +// +// /** +// * 閰嶅鏍峰搧鏁伴噺 +// */ +// private Integer joinNum; +// +// /** +// * 鏍峰搧缂栫爜 +// */ +// private String sampleCode; +// +// /** +// * 妫�楠屽伐鍘� +// */ +// private String factory; +// +// /** +// * 瀹為獙瀹ゅ悕绉� +// */ +// private String laboratory; +// +// /** +// * 鏍峰搧绫诲瀷 +// */ +// private String sampleType; +// +// /** +// * 鏍峰搧鍚嶇О +// */ +// private String sample; +// +// /** +// * 瑙勬牸鍨嬪彿 +// */ +// private String model; +// +// /** +// * 妫�楠岀姸鎬�(0锛氬緟妫�楠�1:妫�楠屼腑 2:宸叉楠�3锛氬緟澶嶆牳4锛氬鏍告湭閫氳繃5锛氬鏍搁�氳繃) +// */ +// private Integer insState; +// +// /** +// * 澶囨敞 +// */ +// private String remark; +// +// private Integer standardMethodListId; +// +// @ApiModelProperty("鏍峰搧鍗曚綅") +// private String unit; +// +// private Integer cellId; +// +// @TableField(fill = FieldFill.INSERT) +// private Integer createUser; +// +// @ApiModelProperty("鍒涘缓鏃堕棿") +// @TableField(fill = FieldFill.INSERT) +// @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") +// private LocalDateTime createTime; +// +// @TableField(fill = FieldFill.INSERT_UPDATE) +// private Integer updateUser; +// +// @ApiModelProperty("淇敼鏃堕棿") +// @TableField(fill = FieldFill.INSERT_UPDATE) +// @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") +// private LocalDateTime updateTime; +// +// private Integer parentId; +// +// @ApiModelProperty("鏁伴噺") +// private Integer quantity; +// +// @ApiModelProperty("鐗规畩鏍囧噯鏂规硶") +// private String specialStandardMethod; +// +// @TableField(select = false,exist = false) +// private Integer num=1; +// +//} -- Gitblit v1.9.3