| | |
| | | |
| | | import com.baomidou.mybatisplus.annotation.*; |
| | | import com.fasterxml.jackson.annotation.JsonFormat; |
| | | import com.ruoyi.account.api.model.AppUser; |
| | | import io.swagger.annotations.ApiModel; |
| | | import io.swagger.annotations.ApiModelProperty; |
| | | import lombok.Data; |
| | |
| | | private Long sendNumNow; |
| | | |
| | | @ApiModelProperty(value = "其他商品名称") |
| | | private String goodsNames; |
| | | private String goodsNameJson; |
| | | |
| | | |
| | | @ApiModelProperty(value = "其他商品名称") |
| | | @TableField(exist = false) |
| | | private List<String> goodsNameList; |
| | | public String getIdStr() { |
| | | |
| | | @TableField(exist = false) |
| | | private List<Goods> goods; |
| | | |
| | | @TableField(exist = false) |
| | | private List<AppUser> appUserList; |
| | | |
| | | |
| | | public String getIdStr(){ |
| | | return String.valueOf(id); |
| | | } |
| | | } |