From e7d8e2c64facfa261e8b168b84e81ef6c835f57d Mon Sep 17 00:00:00 2001
From: pang.jiabao <pang_jiabao@163.com>
Date: 星期三, 03 九月 2025 09:25:19 +0800
Subject: [PATCH] 许可证到期提醒,系统30分钟无操作下线账号
---
src/main/java/com/zy/third/erp/entity/OutHedTB.java | 32 ++++++++++++++++----------------
1 files changed, 16 insertions(+), 16 deletions(-)
diff --git a/src/main/java/com/zy/third/erp/entity/OutHedTB.java b/src/main/java/com/zy/third/erp/entity/OutHedTB.java
index bb5e611..bf935e3 100644
--- a/src/main/java/com/zy/third/erp/entity/OutHedTB.java
+++ b/src/main/java/com/zy/third/erp/entity/OutHedTB.java
@@ -21,16 +21,16 @@
private static final long serialVersionUID = 1L;
- @TableId(value = "auto_id", type = IdType.AUTO)
+ @TableId(value = "AutoId", type = IdType.AUTO)
private Integer AutoId;
@ApiModelProperty(value = "")
- @TableId(value = "bill_no", type = IdType.INPUT)
- @TableField("bill_no")
+ @TableId(value = "BillNo", type = IdType.INPUT)
+ @TableField("BillNo")
private String BillNo;
- @TableField("bill_date")
+ @TableField("BillDate")
// @DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss")
private Date BillDate;
@@ -42,59 +42,59 @@
* CheckLossOut:鐩樼泩鍑哄簱鍗�
*/
@ApiModelProperty(value = "SendMatOut:鍙戞枡鍑哄簱 ")
- @TableField("io_kind_id")
+ @TableField("IoKindID")
private String IoKindID;
- @TableField("io_kind_name")
+ @TableField("IoKindName")
private String ioKindName;
/**
* 閮ㄩ棬ID
*/
@ApiModelProperty(value = "閮ㄩ棬ID")
- @TableField("object_id")
+ @TableField("ObjectId")
private String ObjectId;
/**
* 閮ㄩ棬鍚嶇О
*/
@ApiModelProperty(value = "閮ㄩ棬鍚嶇О")
- @TableField("object_name")
+ @TableField("ObjectName")
private String ObjectName;
@ApiModelProperty(value = "")
- @TableField("remark")
+ @TableField("Remark")
private String remark;
- @TableField("ware_id")
+ @TableField("WareId")
private String wareId;
- @TableField("ware_id")
+ @TableField("WareName")
private String wareName;
@ApiModelProperty(value = "")
- @TableField("temp1")
+ @TableField("Temp1")
private String Temp1;
@ApiModelProperty(value = "")
- @TableField("temp2")
+ @TableField("Temp2")
private String Temp2;
@ApiModelProperty(value = "")
- @TableField("temp3")
+ @TableField("Temp3")
private String Temp3;
@ApiModelProperty(value = "")
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
- @TableField("make_date")
+ @TableField("MakeDate")
private Date MakeDate;
@ApiModelProperty(value = "")
@TableField("LKName")
private String LKName;
- @TableField("fact_area")
+ @TableField("FactArea")
private String FactArea;
}
--
Gitblit v1.9.1