mybatis-generator-gui
mybatis-generator-gui copied to clipboard
primarykey能不能明确指定为特定的字段
填写了主键为id,能不能生成
Model selectById(PK [id);
而不是下面这样的
Model selectByPrimaryKey(PK [id);