| | |
| | | * 采购订单 {@link cn.iocoder.yudao.module.erp.dal.dataobject.purchase.ErpPurchaseOrderDO} |
| | | */ |
| | | public static final String PURCHASE_ORDER_NO_PREFIX = "CGDD"; |
| | | |
| | | /** |
| | | * 采购申请 {@link cn.iocoder.yudao.module.erp.dal.dataobject.purchase.ErpPurchaseRequestDO} |
| | | */ |
| | | public static final String PURCHASE_REQUEST_NO_PREFIX = "CGSQ"; |
| | | |
| | | /** |
| | | * 采购来票 {@link cn.iocoder.yudao.module.erp.dal.dataobject.purchase.ErpPurchaseInvoiceDO} |
| | | */ |
| | | public static final String PURCHASE_INVOICE_NO_PREFIX = "FPD"; |
| | | |
| | | /** |
| | | * 付款单 {@link cn.iocoder.yudao.module.erp.dal.dataobject.finance.ErpFinancePaymentDO} |
| | | */ |
| | | public static final String FINANCE_PAYMENT_NO_PREFIX = "FKD"; |