@@ -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;
/**所属岗位*/