zhibing.pu
2024-09-05 afb7febf78a72a336668484bf2943222adfcbb7b
完善功能
1个文件已修改
12 ■■■■■ 已修改文件
ruoyi-api/ruoyi-api-chargingPile/src/main/java/com/ruoyi/chargingPile/api/model/TParkingLot.java 12 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-api/ruoyi-api-chargingPile/src/main/java/com/ruoyi/chargingPile/api/model/TParkingLot.java
@@ -33,6 +33,10 @@
    @ApiModelProperty(value = "主键")
    @TableId(value = "id", type = IdType.AUTO)
    private Integer id;
    @ApiModelProperty(value = "类型(1=自营,2=合作)")
    @TableField("type")
    private Integer type;
    @ApiModelProperty(value = "车场名称")
    @TableField("name")
@@ -41,6 +45,14 @@
    @ApiModelProperty(value = "第三方停车场编号")
    @TableField("code")
    private String code;
    @ApiModelProperty(value = "停车场标识")
    @TableField("app_Key")
    private String appKey;
    @ApiModelProperty(value = "停车场秘钥")
    @TableField("secret_Key")
    private String secretKey;
    @ApiModelProperty(value = "站点id")
    @TableField("site_id")