This commit is contained in:
YAS\29473
2025-04-14 12:14:15 +08:00
parent 2a02aeabb0
commit bc7fa82f71
6 changed files with 30 additions and 8 deletions

View File

@@ -0,0 +1,18 @@
package com.jsowell.pile.vo.web;
import lombok.Data;
@Data
public class SplitConfigStationVO {
/**
* 站点ID
*/
private String stationId;
/**
* 站点名称
*/
private String stationName;
}