package com.yx.model;
import java.io.Serializable;
import java.util.Date;
public class ProductNew implements Serializable {
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column product_new_tbl.id
*
* @mbg.generated
*/
private Integer id;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column product_new_tbl.type_id
*
* @mbg.generated
*/
private Long typeId;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column product_new_tbl.parent_id
*
* @mbg.generated
*/
private Long parentId;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column product_new_tbl.class_id
*
* @mbg.generated
*/
private Long classId;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column product_new_tbl.title
*
* @mbg.generated
*/
private String title;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column product_new_tbl.subtitle
*
* @mbg.generated
*/
private String subtitle;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column product_new_tbl.describes
*
* @mbg.generated
*/
private String describes;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column product_new_tbl.url
*
* @mbg.generated
*/
private String url;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column product_new_tbl.scenarios
*
* @mbg.generated
*/
private String scenarios;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column product_new_tbl.pic_path
*
* @mbg.generated
*/
private String picPath;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column product_new_tbl.manual
*
* @mbg.generated
*/
private String manual;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column product_new_tbl.step
*
* @mbg.generated
*/
private String step;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column product_new_tbl.file_path
*
* @mbg.generated
*/
private String filePath;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column product_new_tbl.file_path1
*
* @mbg.generated
*/
private String filePath1;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column product_new_tbl.file_path2
*
* @mbg.generated
*/
private String filePath2;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column product_new_tbl.file_path3
*
* @mbg.generated
*/
private String filePath3;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column product_new_tbl.file_path4
*
* @mbg.generated
*/
private String filePath4;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column product_new_tbl.file_path5
*
* @mbg.generated
*/
private String filePath5;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column product_new_tbl.date_time
*
* @mbg.generated
*/
private Date dateTime;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column product_new_tbl.create_id
*
* @mbg.generated
*/
private Integer createId;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column product_new_tbl.create_time
*
* @mbg.generated
*/
private Date createTime;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column product_new_tbl.update_time
*
* @mbg.generated
*/
private Date updateTime;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column product_new_tbl.is_recommend
*
* @mbg.generated
*/
private String isRecommend;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column product_new_tbl.is_delete
*
* @mbg.generated
*/
private String isDelete;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column product_new_tbl.bar_catalog
*
* @mbg.generated
*/
private String barCatalog;
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database table product_new_tbl
*
* @mbg.generated
*/
private static final long serialVersionUID = 1L;
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table product_new_tbl
*
* @mbg.generated
*/
public ProductNew(Integer id, Long typeId, Long parentId, Long classId, String title, String subtitle, String describes, String url, String scenarios, String picPath, String manual, String step, String filePath, String filePath1, String filePath2, String filePath3, String filePath4, String filePath5, Date dateTime, Integer createId, Date createTime, Date updateTime, String isRecommend, String isDelete, String barCatalog) {
this.id = id;
this.typeId = typeId;
this.parentId = parentId;
this.classId = classId;
this.title = title;
this.subtitle = subtitle;
this.describes = describes;
this.url = url;
this.scenarios = scenarios;
this.picPath = picPath;
this.manual = manual;
this.step = step;
this.filePath = filePath;
this.filePath1 = filePath1;
this.filePath2 = filePath2;
this.filePath3 = filePath3;
this.filePath4 = filePath4;
this.filePath5 = filePath5;
this.dateTime = dateTime;
this.createId = createId;
this.createTime = createTime;
this.updateTime = updateTime;
this.isRecommend = isRecommend;
this.isDelete = isDelete;
this.barCatalog = barCatalog;
}
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table product_new_tbl
*
* @mbg.generated
*/
public ProductNew() {
super();
}
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column product_new_tbl.id
*
* @return the value of product_new_tbl.id
*
* @mbg.generated
*/
public Integer getId() {
return id;
}
/**
* This method was generated by MyBatis Generator.
没有合适的资源?快使用搜索试试~ 我知道了~
资源推荐
资源详情
资源评论
收起资源包目录
springmvc+jsp+json+table新增、修改、删除自定义的产品类别技术参数(每个产品类别技术参数都可以自定义) (107个子文件)
.classpath 2KB
bootstrap.css 179KB
style2.css 152KB
style.css 152KB
all.min.css 58KB
animate.min.css 52KB
jquery.mCustomScrollbar.min.css 42KB
query.css 41KB
jquery-ui.min.css 30KB
min_123.css 16KB
layer.css 14KB
layer.css 13KB
styles.css 11KB
default.css 10KB
fontello.css 7KB
bootstrap-select.min.css 6KB
bg.css 5KB
index.css 4KB
nice-select.css 4KB
owl.carousel.min.css 4KB
easy-responsive-tabs.css 3KB
layer.ext.css 3KB
lanrenzhijia.css 2KB
owl.theme.default.css 1KB
style123.css 1KB
fontello.eot 25KB
loading-0.gif 6KB
loading-2.gif 2KB
loading-1.gif 701B
checkbox_01.gif 481B
ProductNew.java 32KB
ProductNewWithBLOBs.java 14KB
FieldTemplate.java 11KB
BaseController.java 11KB
NewProductReqDTO.java 5KB
NewProductController.java 5KB
TemplateController.java 5KB
BaseReqDTO.java 4KB
NewProductServiceImpl.java 4KB
FrontController.java 3KB
CustomRealm.java 3KB
ITemplateServiceImpl.java 3KB
Result.java 2KB
AesCredentialsMatcher.java 2KB
LlApplicationException.java 2KB
ProductNewMapper.java 2KB
FieldTemplateMapper.java 2KB
BaseResDTO.java 2KB
LlSQLException.java 2KB
LlSystemException.java 2KB
ScheduledJob.java 1KB
Message.java 1KB
Mess.java 1021B
TemplateReqDTO.java 864B
BaseResponse.java 758B
NewProductService.java 593B
ITemplateService.java 467B
TemplateResDTO.java 408B
DTO.java 159B
NewProductResDTO.java 79B
package-info.java 79B
all.min.js 1.14MB
jquery-ui.min.js 248KB
jquery.js 93KB
jquery.min.js 90KB
jquery.min.js 86KB
owl.carousel.min.js 60KB
bootstrap.min.js 50KB
jquery.velocity.min.js 48KB
jquery.mCustomScrollbar.concat.min.js 44KB
bootstrap-select.min.js 21KB
popper.min.js 20KB
layer.js 15KB
jquery.countdown.min.js 13KB
hw.js 7KB
easy-responsive-tabs.js 6KB
custom.js 6KB
layer.ext.js 5KB
jquery.plugin.min.js 3KB
jquery.nice-select.min.js 3KB
move.js 3KB
jquery-hcheckbox.js 1KB
tools.js 413B
modifyProduct.jsp 16KB
addProduct.jsp 13KB
productList.jsp 8KB
editTemplate.jsp 7KB
productManager.jsp 6KB
addTemplate.jsp 6KB
templateManager.jsp 6KB
error.jsp 1004B
error.jsp 1004B
icon.png 62KB
sicon.png 42KB
icon-ext.png 6KB
checkbox.png 5KB
radio.png 4KB
.project 1KB
fontello.svg 31KB
yx.tld 16KB
共 107 条
- 1
- 2
资源评论
我在天堂抽烟
- 粉丝: 656
- 资源: 5
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功