parent
0159a0cd06
commit
05c9fff089
7 changed files with 404 additions and 9 deletions
@ -0,0 +1,63 @@ |
||||
package org.jeecg.modules.demo.zygoods.entity; |
||||
|
||||
import java.io.Serializable; |
||||
import java.io.UnsupportedEncodingException; |
||||
import java.util.Date; |
||||
import java.math.BigDecimal; |
||||
import com.baomidou.mybatisplus.annotation.IdType; |
||||
import com.baomidou.mybatisplus.annotation.TableId; |
||||
import com.baomidou.mybatisplus.annotation.TableName; |
||||
import lombok.Data; |
||||
import com.fasterxml.jackson.annotation.JsonFormat; |
||||
import org.springframework.format.annotation.DateTimeFormat; |
||||
import org.jeecgframework.poi.excel.annotation.Excel; |
||||
import org.jeecg.common.aspect.annotation.Dict; |
||||
import io.swagger.annotations.ApiModel; |
||||
import io.swagger.annotations.ApiModelProperty; |
||||
import lombok.EqualsAndHashCode; |
||||
import lombok.experimental.Accessors; |
||||
|
||||
/** |
||||
* @Description: 商品表 |
||||
* @Author: jeecg-boot |
||||
* @Date: 2022-12-07 |
||||
* @Version: V1.0 |
||||
*/ |
||||
@Data |
||||
|
||||
public class Fzlx implements Serializable { |
||||
private static final long serialVersionUID = 1L; |
||||
|
||||
/**主键*/ |
||||
@TableId(type = IdType.ASSIGN_ID) |
||||
@ApiModelProperty(value = "主键") |
||||
private java.lang.String id; |
||||
/**商品图片*/ |
||||
@Excel(name = "商品图片", width = 15) |
||||
@ApiModelProperty(value = "商品图片") |
||||
private java.lang.String imgUrl; |
||||
/**商品类型*/ |
||||
@Excel(name = "商品类型", width = 15) |
||||
@ApiModelProperty(value = "商品类型") |
||||
private java.lang.String title1; |
||||
/**商品名称*/ |
||||
@Excel(name = "商品名称", width = 15) |
||||
@ApiModelProperty(value = "商品名称") |
||||
private java.lang.String title2; |
||||
/**特征*/ |
||||
@Excel(name = "特征", width = 15) |
||||
@ApiModelProperty(value = "特征") |
||||
private java.lang.String tag1; |
||||
/**结构*/ |
||||
@Excel(name = "结构", width = 15) |
||||
@ApiModelProperty(value = "结构") |
||||
private java.lang.String tag2; |
||||
/**单价*/ |
||||
@Excel(name = "单价", width = 15) |
||||
@ApiModelProperty(value = "单价") |
||||
private java.lang.Double price; |
||||
/**销售数量*/ |
||||
@Excel(name = "销售数量", width = 15) |
||||
@ApiModelProperty(value = "销售数量") |
||||
private java.lang.Integer sold; |
||||
} |
@ -0,0 +1,47 @@ |
||||
package org.jeecg.modules.demo.zygoods.entity; |
||||
|
||||
import java.io.Serializable; |
||||
import java.io.UnsupportedEncodingException; |
||||
import java.util.Date; |
||||
import java.math.BigDecimal; |
||||
import com.baomidou.mybatisplus.annotation.IdType; |
||||
import com.baomidou.mybatisplus.annotation.TableId; |
||||
import com.baomidou.mybatisplus.annotation.TableName; |
||||
import lombok.Data; |
||||
import com.fasterxml.jackson.annotation.JsonFormat; |
||||
import org.springframework.format.annotation.DateTimeFormat; |
||||
import org.jeecgframework.poi.excel.annotation.Excel; |
||||
import org.jeecg.common.aspect.annotation.Dict; |
||||
import io.swagger.annotations.ApiModel; |
||||
import io.swagger.annotations.ApiModelProperty; |
||||
import lombok.EqualsAndHashCode; |
||||
import lombok.experimental.Accessors; |
||||
|
||||
/** |
||||
* @Description: 商品表 |
||||
* @Author: jeecg-boot |
||||
* @Date: 2022-12-07 |
||||
* @Version: V1.0 |
||||
*/ |
||||
@Data |
||||
|
||||
public class Tcsp implements Serializable { |
||||
private static final long serialVersionUID = 1L; |
||||
|
||||
/**主键*/ |
||||
@TableId(type = IdType.ASSIGN_ID) |
||||
@ApiModelProperty(value = "主键") |
||||
private java.lang.String id; |
||||
/**商品图片*/ |
||||
@Excel(name = "商品图片", width = 15) |
||||
@ApiModelProperty(value = "商品图片") |
||||
private java.lang.String imgUrl; |
||||
/**商品名称*/ |
||||
@Excel(name = "商品名称", width = 15) |
||||
@ApiModelProperty(value = "商品名称") |
||||
private java.lang.String title; |
||||
/**单价*/ |
||||
@Excel(name = "单价", width = 15) |
||||
@ApiModelProperty(value = "单价") |
||||
private java.lang.Double time; |
||||
} |
@ -0,0 +1,51 @@ |
||||
package org.jeecg.modules.demo.zygoods.entity; |
||||
|
||||
import java.io.Serializable; |
||||
import java.io.UnsupportedEncodingException; |
||||
import java.util.Date; |
||||
import java.math.BigDecimal; |
||||
import com.baomidou.mybatisplus.annotation.IdType; |
||||
import com.baomidou.mybatisplus.annotation.TableId; |
||||
import com.baomidou.mybatisplus.annotation.TableName; |
||||
import lombok.Data; |
||||
import com.fasterxml.jackson.annotation.JsonFormat; |
||||
import org.springframework.format.annotation.DateTimeFormat; |
||||
import org.jeecgframework.poi.excel.annotation.Excel; |
||||
import org.jeecg.common.aspect.annotation.Dict; |
||||
import io.swagger.annotations.ApiModel; |
||||
import io.swagger.annotations.ApiModelProperty; |
||||
import lombok.EqualsAndHashCode; |
||||
import lombok.experimental.Accessors; |
||||
|
||||
/** |
||||
* @Description: 商品表 |
||||
* @Author: jeecg-boot |
||||
* @Date: 2022-12-07 |
||||
* @Version: V1.0 |
||||
*/ |
||||
@Data |
||||
|
||||
public class Zxdz implements Serializable { |
||||
private static final long serialVersionUID = 1L; |
||||
|
||||
/**主键*/ |
||||
@TableId(type = IdType.ASSIGN_ID) |
||||
@ApiModelProperty(value = "主键") |
||||
private java.lang.String id; |
||||
/**商品图片*/ |
||||
@Excel(name = "商品图片", width = 15) |
||||
@ApiModelProperty(value = "商品图片") |
||||
private java.lang.String imgUrl; |
||||
/**商品类型*/ |
||||
@Excel(name = "商品类型", width = 15) |
||||
@ApiModelProperty(value = "商品类型") |
||||
private java.lang.String title1; |
||||
/**商品名称*/ |
||||
@Excel(name = "商品名称", width = 15) |
||||
@ApiModelProperty(value = "商品名称") |
||||
private java.lang.String title2; |
||||
/**单价*/ |
||||
@Excel(name = "单价", width = 15) |
||||
@ApiModelProperty(value = "单价") |
||||
private java.lang.Double price; |
||||
} |
Loading…
Reference in new issue