| | |
| | | @Schema(name = "ProductionAccountVo", description = "生产核算分页结果") |
| | | public class ProductionAccountVo { |
| | | |
| | | @Schema(description = "报工单号") |
| | | private String reportNo; |
| | | |
| | | @Schema(description = "审核状态") |
| | | private String auditStatusName; |
| | | |
| | | @Schema(description = "报工类型") |
| | | private String reportTypeName; |
| | | |
| | | @Schema(description = "客户合同号") |
| | | private String customerContractNo; |
| | | |
| | |
| | | @Schema(description = "排产人员名称") |
| | | private String schedulingUserName; |
| | | |
| | | @Schema(description = "工单编号") |
| | | private String workOrderNo; |
| | | |
| | | @Schema(description = "工资") |
| | | private BigDecimal wages; |
| | | |
| | |
| | | @Schema(description = "工资定额") |
| | | private BigDecimal workHours; |
| | | |
| | | @Schema(description = "工资修正金额") |
| | | private BigDecimal adjustAmount; |
| | | |
| | | @Schema(description = "工资修正说明") |
| | | private String adjustRemark; |
| | | |
| | | @Schema(description = "工时") |
| | | private BigDecimal workHour; |
| | | |