This commit is contained in:
2023-07-17 16:44:11 +08:00
3 changed files with 6 additions and 3 deletions

View File

@@ -34,4 +34,6 @@ public class QueryPileDTO extends BasicPileDTO{
* 桩编码List
*/
private List<String> pileSns;
private String stationId;
}