| | |
| | | */ |
| | | private Long accountId; |
| | | /** |
| | | * 关联采购申请编号 |
| | | * |
| | | * 关联 {@link ErpPurchaseRequestDO#getId()} |
| | | */ |
| | | private Long requestId; |
| | | /** |
| | | * 采购申请单号 |
| | | */ |
| | | private String requestNo; |
| | | /** |
| | | * 下单时间 |
| | | */ |
| | | private LocalDateTime orderTime; |
| | |
| | | private BigDecimal depositPrice; |
| | | |
| | | /** |
| | | * 附件地址 |
| | | * 来源类型 |
| | | * |
| | | * 枚举 {@link cn.iocoder.yudao.module.erp.enums.ErpPurchaseOrderSourceTypeEnum} |
| | | */ |
| | | private String fileUrl; |
| | | private Integer sourceType; |
| | | /** |
| | | * 来源单号 |
| | | */ |
| | | private String sourceNo; |
| | | /** |
| | | * 来源单据编号 |
| | | * |
| | | * 关联来源单据表的主键 ID |
| | | */ |
| | | private Long sourceId; |
| | | |
| | | /** |
| | | * 备注 |
| | | */ |
| | |
| | | */ |
| | | private Integer inStatus; |
| | | |
| | | /** |
| | | * BPM 流程实例编号 |
| | | */ |
| | | private String processInstanceId; |
| | | |
| | | } |