方法添加
This commit is contained in:
parent
8bca5d8713
commit
f6cdacb3ce
@ -10,4 +10,8 @@ public class PipTaskLog extends BaseDO {
|
||||
private String taskId;
|
||||
private String content;
|
||||
private String id;
|
||||
public void append(String content){
|
||||
this.content +="\r\n";
|
||||
this.content +=content;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user