本文解答了关于《福利费是否缴纳个税》相关内容,同时关于1、福利费是否缴纳个税,2、福利费是否缴纳个税怎么填,3、福利费用缴纳个税吗,4、福利费扣不扣个税,5、福利费缴纳个税吗,的相关问答本篇文章福途教育网小编也整理了进来,希望对您有帮助。
福利费是否缴纳个税
private String welfarePayTax;
//是否有社保
private String hasSocialSecurity;
//是否有公积金
private String hasAccumulateFund;
//账号
private String account;
//类型
private String type;
private String bankCode;
private String publicFlag;
private String bankName;
public String getBankName() {
return bankName;
}
public void setBankName(String bankName) {
this.bankName = bankName;
}
public String getPublicFlag() {
return publicFlag;
}
public void setPublicFlag(String publicFlag) {
this.publicFlag = publicFlag;
}
public String getBankCode() {
return bankCode;
}
public void setBankCode(String bankCode) {
this.bankCode = bankCode;
}
public String getAccount() {
return account;
}
public void setAccount(String account) {
this.account = account;
}
public String getType() {
return type;
}
public void setType(String type) {
this.type = type;
}
public String getHasSocialSecurity() {
return hasSocialSecurity;
}
public void setHasSocialSecurity(String hasSocialSecurity) {
this.hasSocialSecurity = hasSocialSecurity;
}
public String getHasAccumulateFund() {
return hasAccumulateFund;
}
public void setHasAccumulateFund(String hasAccumulateFund) {
this.hasAccumulateFund = hasAccumulateFund;
}
public String getWelfarePayTax() {
return welfarePayTax;
}
public void setWelfarePayTax(String welfarePayTax) {
this.welfarePayTax = welfarePayTax;
}
public Double getMonthSalaryOther() {
return monthSalaryOther;
}
public void setMonthSalaryOther(Double monthSalaryOther) {
this.monthSalaryOther = monthSalaryOther;
}
public Double getMonthSalaryBasic() {
return monthSalaryBasic;
}
public void setMonthSalaryBasic(Double monthSalaryBasic) {
this.monthSalaryBasic = monthSalaryBasic;
}
public Double getMonthSalaryTotal() {
return monthSalaryTotal;
}
public void setMonthSalaryTotal(Double monthSalaryTotal) {
this.monthSalaryTotal = monthSalaryTotal;
}
public String getEmployRecordStr() {
return employRecordStr;
}
public void setEmployRecordStr(String employRecordStr) {
this.employRecordStr = employRecordStr;
}
public String getEmployRecordListStr() {
return employRecordListStr;
}
public void setEmployRecordListStr(String employRecordListStr) {
this.employRecordListStr = employRecordListStr;
}
public String getNewTime() {
return newTime;
}
public void setNewTime(String newTime) {
this.newTime = newTime;
}
public String getEmployerName() {
return employerName;
}
public void setEmployerName(String employerName) {
this.employerName = employerName;
}
public String getEmployerAddress() {
return employerAddress;
}
public void setEmployerAddress(String employerAddress) {
this.employerAddress = employerAddress;
}
public String getEmployerType() {
return employerType;
}
public void setEmployerType(String employerType) {
this.employerType = employerType;
}
public String getEmployerTel() {
return employerTel;
}
public void setEmployerTel(String employerTel) {
this.employerTel = employerTel;
}
public String getPosition() {
return position;
}
public void setPosition(String position) {
this.position = position;
}
public String getInDate() {
return inDate;
}
public void setInDate(String inDate) {
this.inDate = inDate;
}
public String getOutDate() {
return outDate;
}
public void setOutDate(String outDate) {
this.outDate = outDate;
}
public String getRemark() {
return remark;
}
public void setRemark(String remark) {
this.remark = remark;
}
public String getOrderNo() {
return orderNo;
}
public void setOrderNo(String orderNo) {
this.orderNo = orderNo;
}
public Date getCreateDate() {
return createDate;
}
public void setCreateDate(Date createDate) {
this.createDate = createDate;
}
public String getCustomerId() {
return customerId;
}
public void setCustomerId(String customerId) {
this.customerId = customerId;
}
public Long getId() {
return id;
}
public void setId(Long id) {
this.id = id;
}
}
总结:以上是编辑:【静雅】整理及AI智能原创关于《福利费是否缴纳个税
》优质内容解答希望能帮助到您。