劳务合同内容字段详解
/**
- 劳务合同内容 */ private String laborContractContent;
/**
- 个人劳务合同状态 */ private Integer laborContractStatus;
/**
- 是否有社保 */ private Integer isSocialSecurity;
/**
- 社保费用 */ private BigDecimal socialSecurityFee;
/**
- 社保状态 */ private Integer socialSecurityStatus;
/**
- 是否有公积金 */ private Integer isAccumulationFund;
/**
- 公积金费用 */ private BigDecimal accumulationFundFee;
/**
- 公积金状态 */ private Integer accumulationFundStatus;
/**
- 是否有工伤 */ private Integer isWorkInjury;
/**
- 工伤费用 */ private BigDecimal workInjuryFee;
/**
- 工伤状态 */ private Integer workInjuryStatus;
/**
- 是否有失业 */ private Integer isUnemployment;
/**
- 失业费用 */ private BigDecimal unemploymentFee;
/**
- 失业状态 */ private Integer unemploymentStatus;
/**
- 是否有生育 */ private Integer isMaternity;
/**
- 生育费用 */ private BigDecimal maternityFee;
/**
- 生育状态 */ private Integer maternityStatus;
/**
- 是否有医疗 */ private Integer isMedical;
/**
- 医疗费用 */ private BigDecimal medicalFee;
/**
- 医疗状态 */ private Integer medicalStatus;
}
原文地址: https://www.cveoy.top/t/topic/llZp 著作权归作者所有。请勿转载和采集!