zhanghua
2023-12-11 d2e413f7fb56034de36df43a3851f53833719d4e
ycl-platform/src/main/java/com/ycl/entity/carManage/CarSlagcar.java
@@ -67,4 +67,22 @@
    private String constructionOrg;
}
    /**
     * 电话
     */
    @TableField("phone")
    private String phone;
    /**
     * 车主姓名
     */
    @TableField("car_owner")
    private String carOwner;
    /**
     * 车俩使用人员
     */
    @TableField("car_user")
    private String carUser;
}