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