@@ -58,4 +58,13 @@ public class crkVo {
@Schema(description = "仓房id")
private Long cfId;
+ @Schema(description = "承运人")
+ private String cyr;
+
+ @Schema(description = "运输工具")
+ private String ysgj;
+ @Schema(description = "登记人员")
+ private String djry;
}