package cc.mrbird.febs.mall.dto; import lombok.Data; @Data public class AdminGfaBasicSetDto { private String startTime; private String endTime; }