huminmin
4 天以前 ee156a360b75a0e54d34a56a67930893c84d0eab
src/main/java/com/ruoyi/purchase/pojo/PurchaseReturnOrders.java
@@ -44,6 +44,18 @@
    @Schema(description = "供应商id")
    private Long supplierId;
    @Schema(description = "发货类型 1货车 2快递")
    private Integer shippingType;
    @Schema(description = "发货车牌号")
    private String truckPlateNo;
    @Schema(description = "快递公司")
    private String expressCompany;
    @Schema(description = "快递单号")
    private String expressNo;
    @Schema(description = "项目id")
    private Long projectId;