All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.wzc789376152.springboot.taskCenter.dto.TaskCenterInitDto Maven / Gradle / Ivy

The newest version!
package com.github.wzc789376152.springboot.taskCenter.dto;

import lombok.Data;

@Data
public class TaskCenterInitDto {
    Integer id;
    String title;
    String serviceName;
    String funcName;
    String callbackFuncName;
//    String serviceParam;
    String runUrl;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy