Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
JSH ERP
Commits
7ce3af46
Commit
7ce3af46
authored
Apr 13, 2019
by
季圣华
Browse files
修复财务信息无法显示的bug
parent
70ca33a9
Changes
1
Show whitespace changes
Inline
Side-by-side
src/main/java/com/jsh/erp/datasource/entities/AccountHeadVo4ListEx.java
View file @
7ce3af46
...
...
@@ -27,6 +27,8 @@ public class AccountHeadVo4ListEx {
private
Long
tenantId
;
private
String
deleteFlag
;
private
String
organname
;
private
String
handspersonname
;
...
...
@@ -121,6 +123,14 @@ public class AccountHeadVo4ListEx {
this
.
tenantId
=
tenantId
;
}
public
String
getDeleteFlag
()
{
return
deleteFlag
;
}
public
void
setDeleteFlag
(
String
deleteFlag
)
{
this
.
deleteFlag
=
deleteFlag
;
}
public
String
getOrganname
()
{
return
organname
;
}
...
...
Write
Preview
Supports
Markdown
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