update 物料主键ID不自增

master
yinq 3 weeks ago
parent f8dc62a9dc
commit 56f8352afb

@ -26,7 +26,7 @@ public class BaseMaterialInfo extends TenantEntity {
/** /**
* *
*/ */
@TableId(value = "material_id", type = IdType.AUTO) @TableId(value = "material_id", type = IdType.ASSIGN_ID)
private Long materialId; private Long materialId;
/** /**

Loading…
Cancel
Save