Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
K
klck
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
位宇华
klck
Commits
f5098947
Commit
f5098947
authored
May 29, 2024
by
刘_震
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
工资-WagesConversionData-新增实体类(value)
parent
87df04cc
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
16 deletions
+27
-16
ruoyi-wages/src/main/java/com/ruoyi/system/model/wages/dao/WagesConversionData.java
...com/ruoyi/system/model/wages/dao/WagesConversionData.java
+27
-16
No files found.
ruoyi-wages/src/main/java/com/ruoyi/system/model/wages/dao/WagesConversionData.java
View file @
f5098947
...
...
@@ -19,15 +19,18 @@ public class WagesConversionData {
private
String
yearMonth
;
private
String
value
;
@Override
public
String
toString
()
{
return
"WagesConversionData{"
+
"id=
'"
+
id
+
'\''
+
", jsonData=
"
+
jsonData
+
"id=
"
+
id
+
", jsonData=
'"
+
jsonData
+
'\''
+
", ifGenerateVoucher='"
+
ifGenerateVoucher
+
'\''
+
", createTime="
+
createTime
+
", updateTime="
+
updateTime
+
", yearMonth='"
+
yearMonth
+
'\''
+
", value='"
+
value
+
'\''
+
'}'
;
}
...
...
@@ -78,4 +81,12 @@ public class WagesConversionData {
public
void
setYearMonth
(
String
yearMonth
)
{
this
.
yearMonth
=
yearMonth
;
}
public
String
getValue
()
{
return
value
;
}
public
void
setValue
(
String
value
)
{
this
.
value
=
value
;
}
}
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