Quellcode durchsuchen

地址使用自增长主键

LiFei vor 6 Jahren
Ursprung
Commit
5777a414ec

+ 1 - 1
happy-boot-module-hppay/src/main/java/org/jeecg/modules/hpposition/entity/PositionAddress.java

@@ -29,7 +29,7 @@ import org.jeecgframework.poi.excel.annotation.Excel;
 public class PositionAddress {
     
 	/**岗位地址表主键*/
-	@TableId(type = IdType.UUID)
+	@TableId(type = IdType.AUTO)
     @ApiModelProperty(value = "岗位地址表主键")
 	private Integer id;
 	/**所属岗位*/