Commit ec713865 authored by 33's avatar 33

修复BUG

parent de06e96d
package com.fzm.common.entity;
import com.baomidou.mybatisplus.annotation.TableField;
import com.baomidou.mybatisplus.annotation.TableName;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
......@@ -17,6 +18,7 @@ public class Order {
@ApiModelProperty("主键")
private Long id;
@TableField(exist = false)
@ApiModelProperty("订单编号")
private String orderId;
......
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