|
@@ -34,7 +34,7 @@ public class WeeklyChargeReportData {
|
|
private Integer reportTimeType;
|
|
private Integer reportTimeType;
|
|
private String stage;
|
|
private String stage;
|
|
private Integer state;
|
|
private Integer state;
|
|
- private Integer time;
|
|
|
|
|
|
+ private BigDecimal time;
|
|
private Integer timeType;
|
|
private Integer timeType;
|
|
private String userId;
|
|
private String userId;
|
|
private List<WeeklyChargeReportWorkTime> worktimeList;
|
|
private List<WeeklyChargeReportWorkTime> worktimeList;
|