package com.zscat.shop.domain;
import java.io.Serializable;
import java.util.Date;
import java.math.BigDecimal;
/**
*
*
* @author zscat
* @email 951449465@qq.com
* @date 2018-02-01 14:20:39
*/
public class SysconfigDO implements Serializable {
private static final long serialVersionUID = 1L;
//id
private Long id;
//addTime
private Date addtime;
//deleteStatus
private Boolean deletestatus;
//address
private String address;
//bigHeight
private Integer bigheight;
//bigWidth
private Integer bigwidth;
//closeReason
private String closereason;
//codeStat
private String codestat;
//complaint_time
private Integer complaintTime;
//consumptionRatio
private Integer consumptionratio;
//copyRight
private String copyright;
//creditrule
private String creditrule;
//deposit
private Boolean deposit;
//description
private String description;
//emailEnable
private Boolean emailenable;
//emailHost
private String emailhost;
//emailPort
private Integer emailport;
//emailPws
private String emailpws;
//emailTest
private String emailtest;
//emailUser
private String emailuser;
//emailUserName
private String emailusername;
//everyIndentLimit
private Integer everyindentlimit;
//gold
private Boolean gold;
//goldMarketValue
private Integer goldmarketvalue;
//groupBuy
private Boolean groupbuy;
//hotSearch
private String hotsearch;
//imageFilesize
private Integer imagefilesize;
//imageSaveType
private String imagesavetype;
//imageSuffix
private String imagesuffix;
//indentComment
private Integer indentcomment;
//integral
private Boolean integral;
//integralRate
private Integer integralrate;
//integralStore
private Boolean integralstore;
//keywords
private String keywords;
//memberDayLogin
private Integer memberdaylogin;
//memberRegister
private Integer memberregister;
//middleHeight
private Integer middleheight;
//middleWidth
private Integer middlewidth;
//securityCodeConsult
private Boolean securitycodeconsult;
//securityCodeLogin
private Boolean securitycodelogin;
//securityCodeRegister
private Boolean securitycoderegister;
//securityCodeType
private String securitycodetype;
//share_code
private String shareCode;
//smallHeight
private Integer smallheight;
//smallWidth
private Integer smallwidth;
//smsEnbale
private Boolean smsenbale;
//smsPassword
private String smspassword;
//smsTest
private String smstest;
//smsURL
private String smsurl;
//smsUserName
private String smsusername;
//store_allow
private Boolean storeAllow;
//store_payment
private String storePayment;
//sysLanguage
private String syslanguage;
//templates
private String templates;
//title
private String title;
//uploadFilePath
private String uploadfilepath;
//user_creditrule
private String userCreditrule;
//visitorConsult
private Boolean visitorconsult;
//voucher
private Boolean voucher;
//websiteName
private String websitename;
//websiteState
private Boolean websitestate;
//ztc_price
private Integer ztcPrice;
//ztc_status
private Boolean ztcStatus;
//goodsImage_id
private Long goodsimageId;
//memberIcon_id
private Long membericonId;
//storeImage_id
private Long storeimageId;
//websiteLogo_id
private Long websitelogoId;
//domain_allow_count
private Integer domainAllowCount;
//second_domain_open
private Boolean secondDomainOpen;
//sys_domain
private String sysDomain;
//qq_login
private Boolean qqLogin;
//qq_login_id
private String qqLoginId;
//qq_login_key
private String qqLoginKey;
//qq_domain_code
private String qqDomainCode;
//sina_domain_code
private String sinaDomainCode;
//sina_login
private Boolean sinaLogin;
//sina_login_id
private String sinaLoginId;
//sina_login_key
private String sinaLoginKey;
//imageWebServer
private String imagewebserver;
//lucene_update
private Date luceneUpdate;
//alipay_fenrun
private Integer alipayFenrun;
//balance_fenrun
private Integer balanceFenrun;
//auto_order_confirm
private Integer autoOrderConfirm;
//auto_order_notice
private Integer autoOrderNotice;
//bargain_maximum
private Integer bargainMaximum;
//bargain_rebate
private BigDecimal bargainRebate;
//bargain_state
private String bargainState;
//bargain_status
private Integer bargainStatus;
//bargain_title
private String bargainTitle;
//service_qq_list
private String serviceQqList;
//service_telphone_list
private String serviceTelphoneList;
//sys_delivery_maximum
private Integer sysDeliveryMaximum;
//uc_bbs
private Boolean ucBbs;
//kuaidi_id
private String kuaidiId;
//uc_api
private String ucApi;
//uc_appid
private String ucAppid;
//uc_database
private String ucDatabase;
//uc_database_port
private String ucDatabasePort;
//uc_database_pws
private String ucDatabasePws;
//uc_database_url
private String ucDatabaseUrl;
//uc_database_username
private String ucDatabaseUsername;
//uc_ip
private String ucIp;
//uc_key
private String ucKey;
//uc_table_preffix
private String ucTablePreffix;
//currency_code
private String currencyCode;
//bargain_validity
private Integer bargainValidity;
//delivery_amount
private Integer deliveryAmount;
//delivery_status
private Integer deliveryStatus;
//delivery_title
private String deliveryTitle;
//websiteCss
private String websitecss;
//combin_amount
private Integer combinAmount;
//combin_count
private Integer combinCount;
//ztc_goods_view
private Integer ztcGoodsView;
//auto_order_evaluate
private Integer autoOrderEvaluate;
//auto_order_return
private Integer autoOrderReturn;
//weixin_store
private Boolean weixinStore;
//weixin_amount
private Integer weixinAmount;
//config_payment_type
private Integer configPaymentType;
//weixin_account
private String weixinAccount;
//weixin_appId
private String weixinAppid;
//weixin_appSecret
private String weixinAppsecret;
//weixin_token
private String weixinToken;
//weixin_welecome_content
private String weixinWelecomeContent;
//store_weixin_logo_id
private Long storeWeixinLogoId;
//weixin_qr_img_id
private Long weixinQrImgId;
//site_url
private String siteUrl;
/**
* 设置:id
*/
public void setId(Long id) {
this.id = id;
}
/**
* 获取:id
*/
public Long getId() {
return id;
}
/**
* 设置:addTime
*/
public void setAddtime(Date addtime) {
this.addtime = addtime;
}
/**
* 获取:addTime
*/
public Date getAddtime() {
return addtime;
}
/**
* 设置:deleteStatus
*/
public void setDeletestatus(Boolean deletestatus) {
this.deletestatus = deletestatus;
}
/**
* 获取:deleteStatus
*/
public Boolean getDeletestatus() {
return deletestatus;
}
/**
* 设置:address
*/
public void setAddress(String address) {
this.address = address;
}
/**
* 获取:address
*/
public String getAddress() {
return address;
}
/**
* 设置:bigHeight
*/
public void setBigheight(Integer bigheight) {
this.bigheight = bigheight;
}
/**
* 获取:bigHeight
*/
public Integer getBigheight() {
return bigheight;
}
/**
* 设置:bigWidth
*/
public void setBigwidth(Integer bigwidth) {
this.bigwidth = bigwidth;
}
/**
* 获取:bigWidth
*/
public Integer getBigwidth() {
return bigwidth;
}
/**
* 设置:closeReason
*/
public void setClosereason(String closereason) {
this.closereason = closereason;
}
/**
* 获取:closeReason
*/
public String getClosereason() {
return closereason;
}
/**
* 设置:codeStat
*/
public void setCodestat(String codestat) {
this.codestat = codestat;
}
/**
* 获取:codeStat
*/
public String getCodestat() {
- 1
- 2
前往页