海外平台-数据全英文化

This commit is contained in:
2025-09-29 11:35:58 +08:00
parent 66e49673df
commit 6fb36de2c3
4 changed files with 9 additions and 2 deletions

View File

@ -31,4 +31,7 @@ public class PcsStationReq extends StationReq {
@ApiModelProperty(value = "分段类型",hidden = true)
String stationName;
@ApiModelProperty(value = "中英切换-查询字段")
private String lang;
}