@ -70,8 +70,8 @@ public class SwapOrderDto
{
return SwapWay switch
0 => "自动换电",
1 => "手动换电",
1 => "自动换电",
0 => "手动换电",
2 => "半自动换电",
_ => "未知"
};