Commit 3569783f authored by liqin's avatar liqin 💬

bug fixed

parent b3c76596
......@@ -45,8 +45,7 @@ public class ExhibitionBoard implements Serializable {
private String name;
@ApiModelProperty("展板编号")
@TableField("serial_no")
@TableId(value = "id", type = IdType.ASSIGN_ID)
@TableField(value = "serial_no")
private String serialNo;
@ApiModelProperty("展板版权方ID")
......
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