国家区域

This commit is contained in:
wangjinlei
2023-11-14 13:05:44 +08:00
parent 900718d358
commit 618639af70
2 changed files with 7 additions and 7 deletions

View File

@@ -9,7 +9,7 @@ import lombok.Data;
import java.io.Serializable;
@Data
@TableName("/base_area")
@TableName("base_area")
public class BaseAreaEntity implements Serializable {
@TableId(type = IdType.AUTO)