1、fix bug

2、完善凭证模块
This commit is contained in:
2026-08-12 19:44:34 +08:00
parent 4ad3108c4d
commit 1109fe777c
15 changed files with 198 additions and 39 deletions
@@ -0,0 +1,12 @@
package org.springblade.transport.pojo.dto;
import lombok.Data;
/** 分片上传完成后回写凭证文件。 */
@Data
public class VoucherFileCompleteRequest {
private String voucherBatchNo;
private Long fileTaskId;
private String fileName;
private String fileUrl;
}
@@ -139,6 +139,15 @@ public class Waybill extends TenantEntity {
@Schema(description = "车/船/航班/班列号")
private String vehicleNo;
@Schema(description = "船长")
private String captainName;
@Schema(description = "舱位")
private String cabinNo;
@Schema(description = "箱号")
private String containerNo;
@Schema(description = "挂车车牌号")
private String trailerVehicleNo;