tms/src/main/java/com/ruoyi/tms/domain/TmsDispatchOrder.java
@@ -450,4 +450,22 @@ @TableField(exist = false) private BigDecimal paymentPlanAmount; @TableField("is_customs") private Integer isCustoms; @TableField("start_region_code") private String startRegionCode; @TableField("end_region_code") private String endRegionCode; @TableField("quote_detail_id") private Integer quoteDetailId; @TableField("operation_mode") private Integer operationMode; @Excel(name = "关联报价方案ID") @TableField("quote_plan_id") private Integer quotePlanId; }