方法添加

This commit is contained in:
even 2025-05-22 15:33:53 +08:00
parent 8bca5d8713
commit f6cdacb3ce

View File

@ -10,4 +10,8 @@ public class PipTaskLog extends BaseDO {
private String taskId; private String taskId;
private String content; private String content;
private String id; private String id;
public void append(String content){
this.content +="\r\n";
this.content +=content;
}
} }