zhibing.pu
2024-04-28 fff5b0c53f98e2ec0a38a7a35bfe0b1f1c580721
UserIGOTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/smallLogistics/model/OrderLogistics.java
@@ -415,4 +415,9 @@
     */
    @TableField("startMileage")
    private Double startMileage;
    /**
     * 中途取消(0=否,1=是)
     */
    @TableField("cancelMidway")
    private Integer cancelMidway;
}