This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
gitadmin
/
tuoheng_freeway_move_20240701
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
6
Wiki
Activity
Browse Source
修改任务执行状态类型
tags/v1.0.0^2
wanjing
1 year ago
parent
52ce79d5c3
commit
1c5f802291
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
tuoheng-service/tuoheng-admin/src/main/java/com/tuoheng/admin/vo/InspectionVo.java
+ 1
- 1
tuoheng-service/tuoheng-admin/src/main/java/com/tuoheng/admin/vo/InspectionVo.java
View File
@@ -240,7 +240,7 @@ public class InspectionVo extends BaseEntity {
/**
* 定时任务的执行状态。1:未执行,2:已执行
*/
private
Long
executionStatus;
private
Integer
executionStatus;
/**
* 起点经度
Write
Preview
Loading…
Cancel
Save