Commit f3237aa3 authored by huyuchen's avatar huyuchen

huyc 项目档案代码提交

parent 1c79796d
...@@ -112,18 +112,6 @@ public class TCustomerInfo extends BaseEntity { ...@@ -112,18 +112,6 @@ public class TCustomerInfo extends BaseEntity {
@Schema(description = "合同状态 0正常1已停止") @Schema(description = "合同状态 0正常1已停止")
private String stopFlag; private String stopFlag;
/**
* 最后更新人
*/
@Schema(description = "最后更新人")
private String lastUpdateUser;
/**
* 最后更新时间
*/
@Schema(description = "最后更新时间")
private LocalDateTime lastUpdateTime;
/** /**
* 删除标识(0未删除/1删除) * 删除标识(0未删除/1删除)
*/ */
......
...@@ -36,8 +36,6 @@ ...@@ -36,8 +36,6 @@
<result property="industrySub" column="INDUSTRY_SUB"/> <result property="industrySub" column="INDUSTRY_SUB"/>
<result property="prAuditFlag" column="PR_AUDIT_FLAG"/> <result property="prAuditFlag" column="PR_AUDIT_FLAG"/>
<result property="stopFlag" column="STOP_FLAG"/> <result property="stopFlag" column="STOP_FLAG"/>
<result property="lastUpdateUser" column="LAST_UPDATE_USER"/>
<result property="lastUpdateTime" column="LAST_UPDATE_TIME"/>
<result property="deleteFlag" column="DELETE_FLAG"/> <result property="deleteFlag" column="DELETE_FLAG"/>
<result property="salesman" column="SALESMAN"/> <result property="salesman" column="SALESMAN"/>
<result property="oldId" column="OLD_ID"/> <result property="oldId" column="OLD_ID"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment