xuhy
2024-08-22 471d32026b7ab96a0f13f11b2aaa6ca00c9c55dd
1
2
3
4
5
6
7
8
9
10
package com.ruoyi.chargingPile.api.dto;
 
import com.ruoyi.chargingPile.api.model.TParkingLot;
import io.swagger.annotations.ApiModel;
import lombok.Data;
 
@Data
@ApiModel(value = "TParkingLotDTO对象", description = "停车场")
public class TParkingLotDTO extends TParkingLot {
}