1、fix bug
2、完善凭证模块
This commit is contained in:
+12
@@ -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;
|
||||
}
|
||||
+9
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user