yudao-module-erp/src/main/java/cn/iocoder/yudao/module/erp/controller/admin/purchase/vo/order/ErpPurchaseOrderSaveReqVO.java
@@ -32,6 +32,15 @@ @Schema(description = "定金金额,单位:元", example = "7127") private BigDecimal depositPrice; @Schema(description = "来源类型", example = "1") private Integer sourceType; @Schema(description = "来源单号", example = "GD20260730001") private String sourceNo; @Schema(description = "来源单据编号", example = "48") private Long sourceId; @Schema(description = "备注", example = "你猜") private String remark;