Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
smart_gov_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
赵啸非
smart_gov_platform
Commits
2e75ece3
Commit
2e75ece3
authored
Nov 26, 2024
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改同步事项
parent
26edbee0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
1 deletion
+23
-1
portal-manager/src/main/java/com/mortals/xhx/base/system/oper/model/OperLogEntity.java
...com/mortals/xhx/base/system/oper/model/OperLogEntity.java
+2
-1
portal-manager/src/main/java/com/mortals/xhx/base/system/oper/model/vo/OperLogVo.java
.../com/mortals/xhx/base/system/oper/model/vo/OperLogVo.java
+21
-0
No files found.
portal-manager/src/main/java/com/mortals/xhx/base/system/oper/model/OperLogEntity.java
View file @
2e75ece3
...
@@ -9,6 +9,7 @@
...
@@ -9,6 +9,7 @@
package
com.mortals.xhx.base.system.oper.model
;
package
com.mortals.xhx.base.system.oper.model
;
import
com.mortals.framework.model.BaseEntityLong
;
import
com.mortals.framework.model.BaseEntityLong
;
import
com.mortals.xhx.base.system.oper.model.vo.OperLogVo
;
import
java.util.Date
;
import
java.util.Date
;
...
@@ -20,7 +21,7 @@ import java.util.Date;
...
@@ -20,7 +21,7 @@ import java.util.Date;
* @author
* @author
* @version 1.0.0
* @version 1.0.0
*/
*/
public
class
OperLogEntity
extends
BaseEntityLong
{
public
class
OperLogEntity
extends
OperLogVo
{
private
static
final
long
serialVersionUID
=
1547777703333L
;
private
static
final
long
serialVersionUID
=
1547777703333L
;
/** 平台标识 */
/** 平台标识 */
...
...
portal-manager/src/main/java/com/mortals/xhx/base/system/oper/model/vo/OperLogVo.java
0 → 100644
View file @
2e75ece3
package
com.mortals.xhx.base.system.oper.model.vo
;
import
com.mortals.framework.model.BaseEntityLong
;
import
lombok.Data
;
/**
* 自助终端应用分类视图对象
*
* @author zxfei
* @date 2023-06-15
*/
@Data
public
class
OperLogVo
extends
BaseEntityLong
{
/** 开始 操作时间 */
private
String
logDateStart
;
/** 结束 操作时间 */
private
String
logDateEnd
;
}
\ 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