lidongdong
2023-11-14 ce4a770744d7a0b4e4ea3b5101556b94e72bdf1c
springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/dtos/partybuilding/NeedProblemInventoryDTO.java
@@ -92,13 +92,16 @@
    @ApiModelProperty("是否参加任务 0未参加  1参加")
    private String isJoin;
    @ApiModelProperty("服务时长 毫秒值")
    private String serviceTime;
    @ApiModelProperty("开始时间打卡")
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
    private Date punch_start_time;
    private Date punchStartTime;
    @ApiModelProperty("结束时间打卡")
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
    private Date punch_end_time;
    private Date punchEndTime;
}