1.0.83 开票主键雪花算法

dev
yinq 7 days ago
parent 3b6b15d1ab
commit f16e4a07cf

@ -28,7 +28,7 @@ public class ErpFinInvoiceInfo extends TenantEntity {
/** /**
* ID * ID
*/ */
@TableId(value = "invoice_id", type = IdType.AUTO) @TableId(value = "invoice_id", type = IdType.ASSIGN_ID)
private Long invoiceId; private Long invoiceId;
/** /**

Loading…
Cancel
Save