| | |
| | | @Schema(description = "基本工资") |
| | | private BigDecimal basicSalary; |
| | | |
| | | @Schema(description = "白班天数") |
| | | private BigDecimal dayDays; |
| | | |
| | | @Schema(description = "夜班天数") |
| | | private BigDecimal nightDays; |
| | | |
| | | @Schema(description = "餐补") |
| | | private BigDecimal mealAmount; |
| | | |
| | | @Schema(description = "夜班补贴") |
| | | private BigDecimal nightAmount; |
| | | |
| | | @Schema(description = "计件工资") |
| | | private BigDecimal pieceSalary; |
| | | |
| | |
| | | @Schema(description = "社保个人") |
| | | private BigDecimal socialPersonal; |
| | | |
| | | @Schema(description = "社保补缴金额") |
| | | private BigDecimal socialSupplementAmount; |
| | | |
| | | @Schema(description = "公积金个人") |
| | | private BigDecimal fundPersonal; |
| | | |