|
@@ -82,13 +82,6 @@ public class BuildLog implements Serializable {
|
|
@TableField("build_type")
|
|
@TableField("build_type")
|
|
private Integer buildType;
|
|
private Integer buildType;
|
|
|
|
|
|
-
|
|
|
|
- @TableField("source")
|
|
|
|
- private String source;
|
|
|
|
-
|
|
|
|
- @TableField("log_detail_path")
|
|
|
|
- private String logDetailPath;
|
|
|
|
-
|
|
|
|
/**
|
|
/**
|
|
* 计算耗时
|
|
* 计算耗时
|
|
*/
|
|
*/
|