修改主键策略

This commit is contained in:
xuwenbo
2020-05-18 16:09:36 +08:00
parent 3022c67de7
commit 7158fca56e

View File

@ -24,7 +24,7 @@ import java.io.Serializable;
public class YxMaterialGroup implements Serializable { public class YxMaterialGroup implements Serializable {
/** PK */ /** PK */
@TableId @TableId(type = IdType.UUID)
private String id; private String id;
/** 逻辑删除标记0显示1隐藏 */ /** 逻辑删除标记0显示1隐藏 */