package com.glxp.api.req.system; import lombok.Data; @Data public class ScheduledRequest { private String cronName; private String customerId; }