| | |
| | | @ExcelProperty("备注") |
| | | private String remark; |
| | | |
| | | @Schema(description = "BPM 流程实例编号", example = "b00eb97d-2d1c-4cf1-9b4b-2a5bcdc9a3a7") |
| | | private String processInstanceId; |
| | | |
| | | @Schema(description = "附件列表") |
| | | private List<StorageBlobRespDTO> attachmentList; |
| | | |
| | |
| | | @Schema(description = "税额,单位:元", example = "100.00") |
| | | private BigDecimal taxPrice; |
| | | |
| | | @Schema(description = "产品金额,单位:元", example = "100.00") |
| | | private BigDecimal totalProductPrice; |
| | | |
| | | @Schema(description = "含税金额,单位:元", example = "113.00") |
| | | private BigDecimal totalPrice; |
| | | |
| | | @Schema(description = "备注", example = "随便") |
| | | private String remark; |
| | | |