package com.moral.api.pojo.dust; import lombok.Data; @Data public class TimeForm { private String start; private String end; }