From 4d6cf92e30c2c7f81f8cc31dfb7559a745782ec1 Mon Sep 17 00:00:00 2001
From: lyh <925863403@qq.com>
Date: 星期一, 23 六月 2025 13:24:07 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 lxzn-module-dnc/src/main/java/org/jeecg/modules/dncFlow/entity/AssignEquipmentFileStream.java |  133 ++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 133 insertions(+), 0 deletions(-)

diff --git a/lxzn-module-dnc/src/main/java/org/jeecg/modules/dncFlow/entity/AssignEquipmentFileStream.java b/lxzn-module-dnc/src/main/java/org/jeecg/modules/dncFlow/entity/AssignEquipmentFileStream.java
new file mode 100644
index 0000000..6fb3a6f
--- /dev/null
+++ b/lxzn-module-dnc/src/main/java/org/jeecg/modules/dncFlow/entity/AssignEquipmentFileStream.java
@@ -0,0 +1,133 @@
+package org.jeecg.modules.dncFlow.entity;
+
+import java.io.Serializable;
+import java.io.UnsupportedEncodingException;
+import java.util.Date;
+import java.math.BigDecimal;
+
+import com.baomidou.mybatisplus.annotation.*;
+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:
+ * @Author: jeecg-boot
+ * @Date:   2025-06-17
+ * @Version: V1.0
+ */
+@Data
+@TableName("nc_assign_equipment_file_stream")
+@Accessors(chain = true)
+@EqualsAndHashCode(callSuper = false)
+@ApiModel(value="nc_assign_equipment_file_stream瀵硅薄", description="DNC-璁惧缁撴瀯鏍戞寚娲句骇鍝佺粨鏋勬爲")
+public class AssignEquipmentFileStream implements Serializable {
+    private static final long serialVersionUID = 1L;
+
+	/**涓婚敭*/
+	@TableId(type = IdType.ASSIGN_ID)
+    @ApiModelProperty(value = "涓婚敭")
+    private String id;
+	/**璁惧ID*/
+	@Excel(name = "璁惧ID", width = 15)
+    @ApiModelProperty(value = "璁惧ID")
+    @Dict(dictTable = "mdc_equipment", dicCode = "id", dicText = "equipment_id")
+    private String equipmentId;
+	/**璁惧鏂囨。ID*/
+	@Excel(name = "璁惧鏂囨。ID", width = 15)
+    @ApiModelProperty(value = "璁惧鏂囨。ID")
+    @Dict(dictTable = "nc_doc_info", dicCode = "doc_id", dicText = "doc_name")
+    private String equipmentDocId;
+	/**璁惧鏂囦欢ID*/
+	@Excel(name = "璁惧鏂囦欢ID", width = 15)
+    @ApiModelProperty(value = "璁惧鏂囦欢ID")
+    private String equipmentFileId;
+	/**浜у搧ID*/
+	@Excel(name = "浜у搧ID", width = 15)
+    @ApiModelProperty(value = "浜у搧ID")
+    @Dict(dictTable = "nc_product_info", dicCode = "product_id", dicText = "product_name")
+    private String productId;
+	/**閮ㄤ欢ID*/
+	@Excel(name = "閮ㄤ欢ID", width = 15)
+    @ApiModelProperty(value = "閮ㄤ欢ID")
+    @Dict(dictTable = "nc_component_info", dicCode = "component_id", dicText = "component_name")
+    private String componentId;
+	/**闆朵欢ID*/
+	@Excel(name = "闆朵欢ID", width = 15)
+    @ApiModelProperty(value = "闆朵欢ID")
+    @Dict(dictTable = "nc_parts_info", dicCode = "parts_id", dicText = "parts_name")
+    private String partsId;
+	/**宸ヨ壓瑙勭▼鐗堟湰ID*/
+	@Excel(name = "宸ヨ壓瑙勭▼鐗堟湰ID", width = 15)
+    @ApiModelProperty(value = "宸ヨ壓瑙勭▼鐗堟湰ID")
+    @Dict(dictTable = "nc_process_spec_version", dicCode = "id", dicText = "process_spec_version_name")
+    private String psvId;
+	/**宸ュ簭ID*/
+	@Excel(name = "宸ュ簭ID", width = 15)
+    @ApiModelProperty(value = "宸ュ簭ID")
+    @Dict(dictTable = "nc_process_stream", dicCode = "process_id", dicText = "process_name")
+    private String processId;
+	/**宸ユID*/
+	@Excel(name = "宸ユID", width = 15)
+    @ApiModelProperty(value = "宸ユID")
+    @Dict(dictTable = "nc_work_step", dicCode = "id", dicText = "step_name")
+    private String stepId;
+	/**璁惧绫籌D*/
+	@Excel(name = "璁惧绫籌D", width = 15)
+    @ApiModelProperty(value = "璁惧绫籌D")
+    private String deviceTypeId;
+	/**浜у搧鏂囨。id*/
+	@Excel(name = "浜у搧鏂囨。id", width = 15)
+    @ApiModelProperty(value = "浜у搧鏂囨。id")
+    @Dict(dictTable = "nc_doc_info", dicCode = "doc_id", dicText = "doc_name")
+    private String docId;
+	/**鎸囨淳鍘熷洜*/
+	@Excel(name = "鎸囨淳鍘熷洜", width = 15)
+    @ApiModelProperty(value = "鎸囨淳鍘熷洜")
+    private String applyReason;
+    /**瀹℃牳绫诲瀷*/
+    @Excel(name = "瀹℃牳绫诲瀷", width = 15)
+    @ApiModelProperty(value = "瀹℃牳绫诲瀷")
+    private String auditType;
+    /**瀹℃牳鎰忚*/
+    @Excel(name = "瀹℃牳鎰忚", width = 15)
+    @ApiModelProperty(value = "瀹℃牳鎰忚")
+    private String auditReason;
+	/**鍒涘缓浜�*/
+    @ApiModelProperty(value = "鍒涘缓浜�")
+    private String createBy;
+	/**鍒涘缓鏃ユ湡*/
+	@JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd HH:mm:ss")
+    @DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss")
+    @ApiModelProperty(value = "鍒涘缓鏃ユ湡")
+    private Date createTime;
+	/**鏇存柊浜�*/
+    @ApiModelProperty(value = "鏇存柊浜�")
+    private String updateBy;
+	/**鏇存柊鏃ユ湡*/
+	@JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd HH:mm:ss")
+    @DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss")
+    @ApiModelProperty(value = "鏇存柊鏃ユ湡")
+    private Date updateTime;
+	/**鎵�灞為儴闂�*/
+    @ApiModelProperty(value = "鎵�灞為儴闂�")
+    private String sysOrgCode;
+
+    /**璁惧绫诲悕绉�*/
+    private transient String deviceTypeName;
+
+    /**浜у搧鏂囦欢鍚嶇О*/
+    private transient String docName;
+
+    /**鎵�灞瀒d*/
+    private transient String attributionId;
+
+    /**鎵�灞瀟ype*/
+    private transient String attributionType;
+}

--
Gitblit v1.9.3