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

cn.zhxu.bp.model.KeyDTO Maven / Gradle / Ivy

The newest version!
package cn.zhxu.bp.model;

import lombok.AllArgsConstructor;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;

@Getter
@Setter
@NoArgsConstructor
@AllArgsConstructor
public class KeyDTO {

    private String userKey;
    private int flowScale;
    private String notifyUrl;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy