Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bill-platform
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
赵啸非
bill-platform
Commits
99bdff94
Commit
99bdff94
authored
Jul 02, 2024
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加系统接入模块
parent
c2b82b29
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
47 deletions
+1
-47
bill-manager/src/main/java/com/mortals/xhx/module/pj/model/vo/PjEvaluateStatVo.java
.../com/mortals/xhx/module/pj/model/vo/PjEvaluateStatVo.java
+0
-46
bill-manager/src/main/resources/config/mybatis-sqlmap-config.xml
...nager/src/main/resources/config/mybatis-sqlmap-config.xml
+1
-1
No files found.
bill-manager/src/main/java/com/mortals/xhx/module/pj/model/vo/PjEvaluateStatVo.java
View file @
99bdff94
...
...
@@ -27,56 +27,10 @@ public class PjEvaluateStatVo extends BaseEntityLong {
private
List
<
String
>
hallNameList
;
/** 开始 评价时间 */
private
String
timeStart
;
/** 结束 评价时间 */
private
String
timeEnd
;
/** 开始 年 */
private
Integer
yearStart
;
/** 结束 年 */
private
Integer
yearEnd
;
/** 增加 年 */
private
Integer
yearIncrement
;
/** 年列表 */
private
List
<
Integer
>
yearList
;
/** 年排除列表 */
private
List
<
Integer
>
yearNotList
;
/** 开始 月 */
private
Integer
monthStart
;
/** 结束 月 */
private
Integer
monthEnd
;
/** 增加 月 */
private
Integer
monthIncrement
;
/** 月列表 */
private
List
<
Integer
>
monthList
;
/** 月排除列表 */
private
List
<
Integer
>
monthNotList
;
/** 开始 日 */
private
Integer
dayStart
;
/** 结束 日 */
private
Integer
dayEnd
;
/** 增加 日 */
private
Integer
dayIncrement
;
/** 日列表 */
private
List
<
Integer
>
dayList
;
/** 日排除列表 */
private
List
<
Integer
>
dayNotList
;
}
\ No newline at end of file
bill-manager/src/main/resources/config/mybatis-sqlmap-config.xml
View file @
99bdff94
...
...
@@ -19,7 +19,7 @@
<plugin
interceptor=
"com.mortals.framework.thirty.mybatis.LogInterceptor"
>
<property
name=
"enableExecutorTime"
value=
"true"
/>
<property
name=
"showSql"
value=
"
fals
e"
/>
<property
name=
"showSql"
value=
"
tru
e"
/>
</plugin>
</plugins>
</configuration>
\ No newline at end of file
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