diff --git a/nxhs-service/src/main/java/cc/yunxi/domain/po/Enterprise.java b/nxhs-service/src/main/java/cc/yunxi/domain/po/Enterprise.java index de62898..f94f926 100644 --- a/nxhs-service/src/main/java/cc/yunxi/domain/po/Enterprise.java +++ b/nxhs-service/src/main/java/cc/yunxi/domain/po/Enterprise.java @@ -31,7 +31,7 @@ public class Enterprise { private String id; @ApiModelProperty("商户pid") - @TableId(value = "f_parent_id", type = IdType.ASSIGN_ID) + @TableField(value = "f_parent_id") private String pid; @ApiModelProperty("商户代码")