Commit 25011298 by hzc

修改了ConfigInfo中@ID的引入

parent 8e9c103f
...@@ -2,8 +2,7 @@ package com.keymobile.indicators.model.entity; ...@@ -2,8 +2,7 @@ package com.keymobile.indicators.model.entity;
import io.swagger.annotations.ApiModelProperty; import io.swagger.annotations.ApiModelProperty;
import lombok.Data; import lombok.Data;
import org.springframework.data.annotation.Id; import javax.persistence.Id;
import javax.persistence.Table; import javax.persistence.Table;
import java.io.Serializable; import java.io.Serializable;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment