Commit 6983b8ad by huluobin

update

parent ca834031
package com.gogirl.domain.product.serve;
import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.annotation.TableField;
import com.baomidou.mybatisplus.annotation.TableId;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
......@@ -37,6 +38,7 @@ public class TechniqueCategory implements Serializable {
private Integer multiSelect;
@TableField(exist = false)
private List<TechniqueSku> techniqueSkuList;
......
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