rev 日志

This commit is contained in:
USER-20220102CG\noblelift
2023-09-10 09:40:11 +08:00
parent 3947063034
commit f5c8c3723b
5 changed files with 19 additions and 3 deletions

View File

@@ -92,4 +92,15 @@ public class LuceneLogDto {
+ remark;
}
public LuceneLogDto(final LuceneLogDto dto) {
super();
this.device_code = device_code;
this.method = method;
this.content = "设备 ["
+ device_code
+ "] - "
+ remark;
}
}