无关风月
2024-10-23 25a638e0d5f282d26ff9da47e5b7aa5c9c1603d4
DriverIGOTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/smallLogistics/model/OrderLogistics.java
@@ -445,4 +445,14 @@
     */
    @TableField("startDuration")
    private Integer startDuration;
    /**
     * 预估里程
     */
    @TableField("estimatedMileage")
    private Double estimatedMileage;
    /**
     * 争议订单(0=否,1=是)
     */
    @TableField("isDispute")
    private Integer isDispute;
}