From 23855599412c4d61b38d78f0f3abd3430a48b5b1 Mon Sep 17 00:00:00 2001 From: zhangherong <571457620@qq.com> Date: 星期三, 25 六月 2025 11:51:38 +0800 Subject: [PATCH] Merge branch 'mdc_hyjs_master' --- lxzn-module-tms/src/main/java/org/jeecg/modules/tms/entity/ParaHoleTools.java | 247 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 247 insertions(+), 0 deletions(-) diff --git a/lxzn-module-tms/src/main/java/org/jeecg/modules/tms/entity/ParaHoleTools.java b/lxzn-module-tms/src/main/java/org/jeecg/modules/tms/entity/ParaHoleTools.java new file mode 100644 index 0000000..4a8a25d --- /dev/null +++ b/lxzn-module-tms/src/main/java/org/jeecg/modules/tms/entity/ParaHoleTools.java @@ -0,0 +1,247 @@ +package org.jeecg.modules.tms.entity; + +import java.io.Serializable; +import java.io.UnsupportedEncodingException; +import java.util.Date; +import java.math.BigDecimal; +import com.baomidou.mybatisplus.annotation.IdType; +import com.baomidou.mybatisplus.annotation.TableId; +import com.baomidou.mybatisplus.annotation.TableName; +import com.baomidou.mybatisplus.annotation.TableLogic; +import lombok.Data; +import com.fasterxml.jackson.annotation.JsonFormat; +import org.springframework.format.annotation.DateTimeFormat; +import org.jeecgframework.poi.excel.annotation.Excel; +import org.jeecg.common.aspect.annotation.Dict; +import io.swagger.annotations.ApiModel; +import io.swagger.annotations.ApiModelProperty; +import lombok.EqualsAndHashCode; +import lombok.experimental.Accessors; + +/** + * @Description: tms_para_hole_tools + * @Author: jeecg-boot + * @Date: 2025-05-12 + * @Version: V1.0 + */ +@Data +@TableName("tms_para_hole_tools") +@Accessors(chain = true) +@EqualsAndHashCode(callSuper = false) +@ApiModel(value="tms_para_hole_tools瀵硅薄", description="tms_para_hole_tools") +public class ParaHoleTools implements Serializable { + private static final long serialVersionUID = 1L; + + /**涓婚敭*/ + @TableId(type = IdType.ASSIGN_ID) + @ApiModelProperty(value = "涓婚敭") + private String id; + /**宸ュ叿鍒嗙被缂栧彿*/ + @Excel(name = "宸ュ叿鍒嗙被缂栧彿", width = 15) + @ApiModelProperty(value = "宸ュ叿鍒嗙被缂栧彿") + private String classifyId; + /**宸ュ叿缂栧彿-涓婚敭*/ + @Excel(name = "宸ュ叿缂栧彿-涓婚敭", width = 15) + @ApiModelProperty(value = "宸ュ叿缂栧彿-涓婚敭") + private String toolCode; + /**搴忓彿(鎴栦紒涓氬唴鍘熶唬鐮�)*/ + @Excel(name = "搴忓彿(鎴栦紒涓氬唴鍘熶唬鐮�)", width = 15) + @ApiModelProperty(value = "搴忓彿(鎴栦紒涓氬唴鍘熶唬鐮�)") + private String signCode; + /**涓枃鍚嶇О*/ + @Excel(name = "涓枃鍚嶇О", width = 15) + @ApiModelProperty(value = "涓枃鍚嶇О") + private String chineseName; + /**澶栨枃鍚嶇О*/ + @Excel(name = "澶栨枃鍚嶇О", width = 15) + @ApiModelProperty(value = "澶栨枃鍚嶇О") + private String foreignLanguageName; + /**鏍囧噯绾у埆*/ + @Excel(name = "鏍囧噯绾у埆", width = 15) + @ApiModelProperty(value = "鏍囧噯绾у埆") + private String standardLevel; + /**鏍囧噯鍙�*/ + @Excel(name = "鏍囧噯鍙�", width = 15) + @ApiModelProperty(value = "鏍囧噯鍙�") + private String standardCode; + /**搴撲綅鍙凤紙灞曠ず鏃躲�佸彲浠ュ涓嫾鎺ワ級;灞曠ず鏃躲�佸彲浠ュ涓嫾鎺ユ垚澶氫釜搴撲綅鍙风殑瀛楃涓诧紝杩涜浼垪灞曠ず銆�*/ + @Excel(name = "搴撲綅鍙凤紙灞曠ず鏃躲�佸彲浠ュ涓嫾鎺ワ級;灞曠ず鏃躲�佸彲浠ュ涓嫾鎺ユ垚澶氫釜搴撲綅鍙风殑瀛楃涓诧紝杩涜浼垪灞曠ず銆�", width = 15) + @ApiModelProperty(value = "搴撲綅鍙凤紙灞曠ず鏃躲�佸彲浠ュ涓嫾鎺ワ級;灞曠ず鏃躲�佸彲浠ュ涓嫾鎺ユ垚澶氫釜搴撲綅鍙风殑瀛楃涓诧紝杩涜浼垪灞曠ず銆�") + private String positionCode; + /**鍨嬪彿/鍥惧彿*/ + @Excel(name = "鍨嬪彿/鍥惧彿", width = 15) + @ApiModelProperty(value = "鍨嬪彿/鍥惧彿") + private String toolModel; + /**鐩村緞*/ + @Excel(name = "鐩村緞", width = 15) + @ApiModelProperty(value = "鐩村緞") + private String diameter; + /**鍒囧墛鍒冮敟瑙�*/ + @Excel(name = "鍒囧墛鍒冮敟瑙�", width = 15) + @ApiModelProperty(value = "鍒囧墛鍒冮敟瑙�") + private String coneAngle; + /**鍒囧墛鍒冮暱*/ + @Excel(name = "鍒囧墛鍒冮暱", width = 15) + @ApiModelProperty(value = "鍒囧墛鍒冮暱") + private String edgeLength; + /**鍒�鍏锋�婚暱*/ + @Excel(name = "鍒�鍏锋�婚暱", width = 15) + @ApiModelProperty(value = "鍒�鍏锋�婚暱") + private String totalLength; + /**鍒�鍏锋潗鏂�*/ + @Excel(name = "鍒�鍏锋潗鏂�", width = 15) + @ApiModelProperty(value = "鍒�鍏锋潗鏂�") + private String toolMaterial; + /**闆朵欢鏉愭枡*/ + @Excel(name = "闆朵欢鏉愭枡", width = 15) + @ApiModelProperty(value = "闆朵欢鏉愭枡") + private String partMaterial; + /**鏄惁娑傚眰*/ + @Excel(name = "鏄惁娑傚眰", width = 15) + @ApiModelProperty(value = "鏄惁娑傚眰") + private String paintcoatFlag; + /**鍒�鍏峰瀷寮�*/ + @Excel(name = "鍒�鍏峰瀷寮�", width = 15) + @ApiModelProperty(value = "鍒�鍏峰瀷寮�") + private String toolPattern; + /**鏌勯儴瑙勬牸*/ + @Excel(name = "鏌勯儴瑙勬牸", width = 15) + @ApiModelProperty(value = "鏌勯儴瑙勬牸") + private String handleSpecifications; + /**鍐峰嵈鏂瑰紡*/ + @Excel(name = "鍐峰嵈鏂瑰紡", width = 15) + @ApiModelProperty(value = "鍐峰嵈鏂瑰紡") + private String coolingMethod; + /**闄勫姞鎶�鏈潯浠�*/ + @Excel(name = "闄勫姞鎶�鏈潯浠�", width = 15) + @ApiModelProperty(value = "闄勫姞鎶�鏈潯浠�") + private String technicalConditions; + /**闄勫姞鎶�鏈潯浠惰鏄�*/ + @Excel(name = "闄勫姞鎶�鏈潯浠惰鏄�", width = 15) + @ApiModelProperty(value = "闄勫姞鎶�鏈潯浠惰鏄�") + private String conditionsInfo; + /**鍝佺墝*/ + @Excel(name = "鍝佺墝", width = 15) + @ApiModelProperty(value = "鍝佺墝") + private String brand; + /**鍒跺紡*/ + @Excel(name = "鍒跺紡", width = 15) + @ApiModelProperty(value = "鍒跺紡") + private String types; + /**鍏樊绛夌骇*/ + @Excel(name = "鍏樊绛夌骇", width = 15) + @ApiModelProperty(value = "鍏樊绛夌骇") + private String toleranceClass; + /**鎺掑睉妲藉舰寮�*/ + @Excel(name = "鎺掑睉妲藉舰寮�", width = 15) + @ApiModelProperty(value = "鎺掑睉妲藉舰寮�") + private String fluteForm; + /**鏌勯儴褰㈠紡*/ + @Excel(name = "鏌勯儴褰㈠紡", width = 15) + @ApiModelProperty(value = "鏌勯儴褰㈠紡") + private String handleForm; + /**鍒冩暟*/ + @Excel(name = "鍒冩暟", width = 15) + @ApiModelProperty(value = "鍒冩暟") + private String bladeCount; + /**鏈�灏忕洿寰�*/ + @Excel(name = "鏈�灏忕洿寰�", width = 15) + @ApiModelProperty(value = "鏈�灏忕洿寰�") + private String smallDiameter; + /**鍊掕瑙掑害*/ + @Excel(name = "鍊掕瑙掑害", width = 15) + @ApiModelProperty(value = "鍊掕瑙掑害") + private String chamferAngle; + /**閫傞厤鍒�鐗�-鍒�澶�-鍒�鏉�*/ + @Excel(name = "閫傞厤鍒�鐗�-鍒�澶�-鍒�鏉�", width = 15) + @ApiModelProperty(value = "閫傞厤鍒�鐗�-鍒�澶�-鍒�鏉�") + private String fitterPart; + /**鏈夋晥鍔犲伐闀垮害*/ + @Excel(name = "鏈夋晥鍔犲伐闀垮害", width = 15) + @ApiModelProperty(value = "鏈夋晥鍔犲伐闀垮害") + private String effectiveLength; + /**閽诲ご鐩村緞鑼冨洿*/ + @Excel(name = "閽诲ご鐩村緞鑼冨洿", width = 15) + @ApiModelProperty(value = "閽诲ご鐩村緞鑼冨洿") + private String drillDiameterRange; + /**鍒�鏉嗙洿寰�*/ + @Excel(name = "鍒�鏉嗙洿寰�", width = 15) + @ApiModelProperty(value = "鍒�鏉嗙洿寰�") + private String knifeDiameter; + /**瀛斿緞*/ + @Excel(name = "瀛斿緞", width = 15) + @ApiModelProperty(value = "瀛斿緞") + private String boreDiameter; + /**鎺ュ彛褰㈠紡*/ + @Excel(name = "鎺ュ彛褰㈠紡", width = 15) + @ApiModelProperty(value = "鎺ュ彛褰㈠紡") + private String connectorType; + /**鎺ュ彛妲介暱瑙勬牸*/ + @Excel(name = "鎺ュ彛妲介暱瑙勬牸", width = 15) + @ApiModelProperty(value = "鎺ュ彛妲介暱瑙勬牸") + private String slotSpecification; + /**閫傜敤鑼冨洿*/ + @Excel(name = "閫傜敤鑼冨洿", width = 15) + @ApiModelProperty(value = "閫傜敤鑼冨洿") + private String scopeOfApplication; + /**鏈�鏂伴晽瀛旂洿寰�*/ + @Excel(name = "鏈�鏂伴晽瀛旂洿寰�", width = 15) + @ApiModelProperty(value = "鏈�鏂伴晽瀛旂洿寰�") + private String latestBoringDiameter; + /**鏈�澶ч晽瀛旂洿寰�*/ + @Excel(name = "鏈�澶ч晽瀛旂洿寰�", width = 15) + @ApiModelProperty(value = "鏈�澶ч晽瀛旂洿寰�") + private String maxBoringDiameter; + /**鍔犲伐鏂瑰紡*/ + @Excel(name = "鍔犲伐鏂瑰紡", width = 15) + @ApiModelProperty(value = "鍔犲伐鏂瑰紡") + private String processingmethod; + /**鍒�澶存暟*/ + @Excel(name = "鍒�澶存暟", width = 15) + @ApiModelProperty(value = "鍒�澶存暟") + private String headsNumber; + /**閫傞厤鍒�搴�*/ + @Excel(name = "閫傞厤鍒�搴�", width = 15) + @ApiModelProperty(value = "閫傞厤鍒�搴�") + private String adaptHolder; + /**闆嗗洟鍏徃缂栫爜*/ + @Excel(name = "闆嗗洟鍏徃缂栫爜", width = 15) + @ApiModelProperty(value = "闆嗗洟鍏徃缂栫爜") + private String groupCompanyCode; + /**闆嗗洟鍏徃鏍囪*/ + @Excel(name = "闆嗗洟鍏徃鏍囪", width = 15) + @ApiModelProperty(value = "闆嗗洟鍏徃鏍囪") + private String groupCompanySign; + /**宸ュ叿绠�绉�*/ + @Excel(name = "宸ュ叿绠�绉�", width = 15) + @ApiModelProperty(value = "宸ュ叿绠�绉�") + private String shortCalled; + /**澶囨敞*/ + @Excel(name = "澶囨敞", width = 15) + @ApiModelProperty(value = "澶囨敞") + private String remark; + /**绉熸埛鍙�*/ + @Excel(name = "绉熸埛鍙�", width = 15) + @ApiModelProperty(value = "绉熸埛鍙�") + private String tenantId; + /**鍒涘缓浜�*/ + @Excel(name = "鍒涘缓浜�", width = 15) + @ApiModelProperty(value = "鍒涘缓浜�") + private String createBy; + /**鍒涘缓鏃堕棿*/ + @Excel(name = "鍒涘缓鏃堕棿", width = 15, format = "yyyy-MM-dd HH:mm") + @JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd HH:mm") + @DateTimeFormat(pattern="yyyy-MM-dd HH:mm") + @ApiModelProperty(value = "鍒涘缓鏃堕棿") + private Date createTime; + /**鏇存柊浜�*/ + @Excel(name = "鏇存柊浜�", width = 15) + @ApiModelProperty(value = "鏇存柊浜�") + private String updateBy; + /**鏇存柊鏃堕棿*/ + @Excel(name = "鏇存柊鏃堕棿", width = 15, format = "yyyy-MM-dd HH:mm") + @JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd HH:mm") + @DateTimeFormat(pattern="yyyy-MM-dd HH:mm") + @ApiModelProperty(value = "鏇存柊鏃堕棿") + private Date updateTime; +} -- Gitblit v1.9.3