cloud.chain.git.api.dto.ReposInfo Maven / Gradle / Ivy
The newest version!
package cloud.chain.git.api.dto;
import lombok.Data;
/**
* wuXiaoMing
* 2023/2/19 13:36
*/
@Data
public class ReposInfo {
/**
* 仓库所有者
*/
private String owner;
/**
* 仓库名称
*/
private String repo;
/**
* 路径
*/
private String path;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy