运营模块修改行政区划授权信息,增加主键ID
This commit is contained in:
parent
1ab5f20bb9
commit
9520d52a53
@ -1,6 +1,7 @@
|
||||
package com.cdzy.ebikeoperate.model.pojo;
|
||||
|
||||
import com.mybatisflex.annotation.Column;
|
||||
import com.mybatisflex.annotation.Id;
|
||||
import com.mybatisflex.annotation.Table;
|
||||
import java.io.Serializable;
|
||||
import java.time.LocalDateTime;
|
||||
@ -28,6 +29,12 @@ public class EbikeOrgZone implements Serializable {
|
||||
@Serial
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
/**
|
||||
* 主键ID
|
||||
*/
|
||||
@Id
|
||||
private String id;
|
||||
|
||||
/**
|
||||
* 组织ID
|
||||
*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user