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

com.gitee.easyopen.Param Maven / Gradle / Ivy

package com.gitee.easyopen;

import java.io.Serializable;

public interface Param extends Serializable {

    String fatchName();

    String fatchVersion();

    String fatchAppKey();

    String fatchData();

    String fatchTimestamp();
    
    String fatchSign();
    
    String fatchFormat();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy