Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation
This project
Loading...
Sign in
李苗
/
Vion-DevOps
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 6f9b3715
authored
Aug 16, 2024
by
HlQ
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
[add] 工单绑定合同id时,合同id可传空
1 parent
3a73b693
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
src/main/java/vion/model/Task.java
src/main/java/vion/model/Task.java
View file @
6f9b371
...
@@ -126,5 +126,6 @@ public class Task {
...
@@ -126,5 +126,6 @@ public class Task {
/**
/**
* 合同id
* 合同id
*/
*/
@TableField
(
updateStrategy
=
FieldStrategy
.
ALWAYS
)
private
Long
contractId
;
private
Long
contractId
;
}
}
Write
Preview
Markdown
is supported
Attach a file
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 post a comment