rev 日志
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user