package com.ruoyi.buss.domain.vo; import java.io.Serializable; public class TaskPlanList implements Serializable { private String type; private Long berthId; private String berthName; }