13693261870
2025-07-02 6708810c4de34dfb9513061432d656f91d56ee3a
1
2
3
4
5
6
7
8
9
10
package com.ruoyi.buss.domain.vo;
 
import java.io.Serializable;
 
public class TaskPlanList implements Serializable {
 
    private String type;
    private Long berthId;
    private String berthName;
}