refactor: 重构实体类equals和hashCode方法 fix: 修复WebSocketService消息发送逻辑 style: 格式化代码和优化导入 docs: 更新JacksonConfig日期序列化格式 test: 添加CompanyFilePathTableCell测试类 chore: 清理无用代码和注释
27 lines
618 B
JSON
27 lines
618 B
JSON
{
|
|
"messageId": "a8260988-a09a-46b4-a862-d0f8dd79b00a",
|
|
"service": "companyService",
|
|
"method": "findAll",
|
|
"data": null,
|
|
"parameterTypes": [
|
|
"java.util.HashMap",
|
|
"org.springframework.data.domain.PageRequest"
|
|
],
|
|
"arguments": [
|
|
{
|
|
"searchText": ""
|
|
},
|
|
{
|
|
"pageNumber": 0,
|
|
"pageSize": 25,
|
|
"sort": {
|
|
"empty": false,
|
|
"sorted": true,
|
|
"unsorted": false
|
|
},
|
|
"offset": 0,
|
|
"unpaged": false,
|
|
"paged": true
|
|
}
|
|
]
|
|
} |