package com.ygj.yuemum.domain.global; public class Packages { private Integer id; private String p_code; private String p_crmCode; private Integer p_type; private String p_name; private Integer p_days; private Integer p_amount; private String p_showname; private Integer p_show; private Integer p_seq; private String p_listimg; private String p_listdesc; private String p_detailimg; private String p_detaildesc; public String getP_crmCode() { return p_crmCode; } public void setP_crmCode(String p_crmCode) { this.p_crmCode = p_crmCode; } public Integer getP_show() { return p_show; } public void setP_show(Integer p_show) { this.p_show = p_show; } public Integer getP_seq() { return p_seq; } public void setP_seq(Integer p_seq) { this.p_seq = p_seq; } public String getP_listimg() { return p_listimg; } public void setP_listimg(String p_listimg) { this.p_listimg = p_listimg; } public String getP_listdesc() { return p_listdesc; } public void setP_listdesc(String p_listdesc) { this.p_listdesc = p_listdesc; } public String getP_detailimg() { return p_detailimg; } public void setP_detailimg(String p_detailimg) { this.p_detailimg = p_detailimg; } public String getP_detaildesc() { return p_detaildesc; } public void setP_detaildesc(String p_detaildesc) { this.p_detaildesc = p_detaildesc; } public String getP_showname() { return p_showname; } public void setP_showname(String p_showname) { this.p_showname = p_showname; } public Integer getP_type() { return p_type; } public void setP_type(Integer p_type) { this.p_type = p_type; } public Integer getId() { return id; } public void setId(Integer id) { this.id = id; } public String getP_code() { return p_code; } public void setP_code(String p_code) { this.p_code = p_code; } public String getP_name() { return p_name; } public void setP_name(String p_name) { this.p_name = p_name; } public Integer getP_days() { return p_days; } public void setP_days(Integer p_days) { this.p_days = p_days; } public Integer getP_amount() { return p_amount; } public void setP_amount(Integer p_amount) { this.p_amount = p_amount; } }