| | |
| | | @Schema(description = "定金金额,单位:元", example = "7127") |
| | | private BigDecimal depositPrice; |
| | | |
| | | @Schema(description = "附件地址", example = "https://www.iocoder.cn") |
| | | private String fileUrl; |
| | | |
| | | @Schema(description = "备注", example = "你猜") |
| | | private String remark; |
| | | |
| | | @Schema(description = "附件 blobId 列表", example = "[1, 2, 3]") |
| | | private List<Long> blobIds; |
| | | |
| | | @Schema(description = "订单清单列表") |
| | | private List<Item> items; |
| | |
| | | @Schema(description = "备注", example = "随便") |
| | | private String remark; |
| | | |
| | | @Schema(description = "是否需要来料检验", example = "true") |
| | | private Boolean qcCheckFlag; |
| | | |
| | | } |
| | | |
| | | } |