123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375 |
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- namespace Models
- {
- /// <summary>
- /// 工资多表联查类
- /// </summary>
- public class ViewWage
- {
- string yearMonth;
- /// <summary>
- /// 年月
- /// </summary>
- public string YearMonth
- {
- get { return yearMonth; }
- set { yearMonth = value; }
- }
- string date;
- /// <summary>
- /// 日期
- /// </summary>
- public string Date
- {
- get { return date; }
- set { date = value; }
- }
- string userNumber;
- /// <summary>
- /// 员工号
- /// </summary>
- public string UserNumber
- {
- get { return userNumber; }
- set { userNumber = value; }
- }
- string userName;
- /// <summary>
- /// 员工名称
- /// </summary>
- public string UserName
- {
- get { return userName; }
- set { userName = value; }
- }
- string basic;
- /// <summary>
- /// 基本工资
- /// </summary>
- public string Basic
- {
- get { return basic; }
- set { basic = value; }
- }
- string floats;
- /// <summary>
- /// 浮动工资
- /// </summary>
- public string Floats
- {
- get { return floats; }
- set { floats = value; }
- }
- string postAllowance;
- /// <summary>
- /// 岗位津贴
- /// </summary>
- public string PostAllowance
- {
- get { return postAllowance; }
- set { postAllowance = value; }
- }
- string garmentWashSubsidies;
- /// <summary>
- /// 服装洗理补贴
- /// </summary>
- public string GarmentWashSubsidies
- {
- get { return garmentWashSubsidies; }
- set { garmentWashSubsidies = value; }
- }
- string communicationSubsidies;
- /// <summary>
- /// 通讯补贴
- /// </summary>
- public string CommunicationSubsidies
- {
- get { return communicationSubsidies; }
- set { communicationSubsidies = value; }
- }
- string trafficSubsidies;
- /// <summary>
- /// 交通补贴
- /// </summary>
- public string TrafficSubsidies
- {
- get { return trafficSubsidies; }
- set { trafficSubsidies = value; }
- }
- string informationSecurityFee;
- /// <summary>
- /// 保密费
- /// </summary>
- public string InformationSecurityFee
- {
- get { return informationSecurityFee; }
- set { informationSecurityFee = value; }
- }
- string operationBonus;
- /// <summary>
- /// 操作奖金
- /// </summary>
- public string OperationBonus
- {
- get { return operationBonus; }
- set { operationBonus = value; }
- }
- string specialAllowance;
- /// <summary>
- /// 特殊津贴
- /// </summary>
- public string SpecialAllowance
- {
- get { return specialAllowance; }
- set { specialAllowance = value; }
- }
- string otherSubsidies;
- /// <summary>
- /// 其他补贴
- /// </summary>
- public string OtherSubsidies
- {
- get { return otherSubsidies; }
- set { otherSubsidies = value; }
- }
- string withholdingInsurance;
- /// <summary>
- /// 代扣保险
- /// </summary>
- public string WithholdingInsurance
- {
- get { return withholdingInsurance; }
- set { withholdingInsurance = value; }
- }
- string sickLeave;
- /// <summary>
- /// 病假
- /// </summary>
- public string SickLeave
- {
- get { return sickLeave; }
- set { sickLeave = value; }
- }
- string somethingFalse;
- /// <summary>
- /// 事假
- /// </summary>
- public string SomethingFalse
- {
- get { return somethingFalse; }
- set { somethingFalse = value; }
- }
- string lateTo;
- /// <summary>
- /// 迟到
- /// </summary>
- public string LateTo
- {
- get { return lateTo; }
- set { lateTo = value; }
- }
- string leaveEarly;
- /// <summary>
- /// 早退
- /// </summary>
- public string LeaveEarly
- {
- get { return leaveEarly; }
- set { leaveEarly = value; }
- }
- string absenteeism;
- /// <summary>
- /// 旷工
- /// </summary>
- public string Absenteeism
- {
- get { return absenteeism; }
- set { absenteeism = value; }
- }
- string notPunch;
- /// <summary>
- /// 未打卡
- /// </summary>
- public string NotPunch
- {
- get { return notPunch; }
- set { notPunch = value; }
- }
- string otherDeductions;
- /// <summary>
- /// 其他扣款
- /// </summary>
- public string OtherDeductions
- {
- get { return otherDeductions; }
- set { otherDeductions = value; }
- }
- string should;
- /// <summary>
- /// 应发合计
- /// </summary>
- public string Should
- {
- get { return should; }
- set { should = value; }
- }
- string totalDeductions;
- /// <summary>
- /// 扣款合计
- /// </summary>
- public string TotalDeductions
- {
- get { return totalDeductions; }
- set { totalDeductions = value; }
- }
- string totalRealHair;
- /// <summary>
- /// 实发合计
- /// </summary>
- public string TotalRealHair
- {
- get { return totalRealHair; }
- set { totalRealHair = value; }
- }
- string writeVal;
- /// <summary>
- /// 签字
- /// </summary>
- public string WriteVal
- {
- get { return writeVal; }
- set { writeVal = value; }
- }
- int company;
- /// <summary>
- /// 所在公司
- /// </summary>
- public int Company
- {
- get { return company; }
- set { company = value; }
- }
- string mealsupplement;
- /// <summary>
- /// 餐补
- /// </summary>
- public string Mealsupplement
- {
- get { return mealsupplement; }
- set { mealsupplement = value; }
- }
- string tax;
- /// <summary>
- /// 代扣个税
- /// </summary>
- public string Tax
- {
- get { return tax; }
- set { tax = value; }
- }
- string afterTax;
- /// <summary>
- /// 税后工资
- /// </summary>
- public string AfterTax
- {
- get { return afterTax; }
- set { afterTax = value; }
- }
- string gongjijin;
- /// <summary>
- /// 公积金
- /// </summary>
- public string Gongjijin
- {
- get { return gongjijin; }
- set { gongjijin = value; }
- }
- string groupCost;
- /// <summary>
- /// 部门集体团建费
- /// </summary>
- public string GroupCost
- {
- get { return groupCost; }
- set { groupCost = value; }
- }
- string jXKK;
- /// <summary>
- /// 绩效扣款
- /// </summary>
- public string JXKK
- {
- get { return jXKK; }
- set { jXKK = value; }
- }
- }
- }
|