Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
Y
yifu-mvp
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fangxinjiang
yifu-mvp
Commits
f3237aa3
Commit
f3237aa3
authored
Jun 22, 2022
by
huyuchen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
huyc 项目档案代码提交
parent
1c79796d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
14 deletions
+0
-14
TCustomerInfo.java
...ifu/cloud/plus/v1/yifu/archives/entity/TCustomerInfo.java
+0
-12
TCustomerInfoMapper.xml
...ves-biz/src/main/resources/mapper/TCustomerInfoMapper.xml
+0
-2
No files found.
yifu-archives/yifu-archives-api/src/main/java/com/yifu/cloud/plus/v1/yifu/archives/entity/TCustomerInfo.java
View file @
f3237aa3
...
@@ -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删除)
*/
*/
...
...
yifu-archives/yifu-archives-biz/src/main/resources/mapper/TCustomerInfoMapper.xml
View file @
f3237aa3
...
@@ -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"
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment