2021年4月9日

流程图层位置的调整

该文被密码保护。 阅读全文

posted @ 2021-04-09 15:37 Neo0820 阅读(0) 评论(0) 推荐(0) 编辑

Jeecg外部引入的表,如何设置自增类型的主键

摘要: 找到生成代码的entity类的主键字段 /**id*/ @TableId(type = IdType.ASSIGN_ID) @ApiModelProperty(value = "id") private java.lang.Integer id; 把上面的 type = IdType.ASSIGN_ 阅读全文

posted @ 2021-04-09 15:20 Neo0820 阅读(1293) 评论(2) 推荐(0) 编辑

导航