This commit is contained in:
shikong 2024-01-11 15:50:45 +08:00
parent 443ed7fc2c
commit 1852e7b3d5

View File

@ -47,7 +47,7 @@ public class RecordInfoRequestDTO {
private String address;
@Builder.Default
private Integer Secrecy = 0;
private Integer secrecy = 0;
@Builder.Default
private String type = "all";
@ -63,5 +63,5 @@ public class RecordInfoRequestDTO {
*
* 1: 进行模糊查询,此时设备所在域应同时进行中心检索和前端检索并将结果统一返回
*/
private Integer IndistinctQuery;
private Integer indistinctQuery;
}