com.larksuite.oapi.service.vc.v1.model.ReserveApplyResult Maven / Gradle / Ivy
// Code generated by lark suite oapi sdk gen
package com.larksuite.oapi.service.vc.v1.model;
import com.google.gson.annotations.SerializedName;
public class ReserveApplyResult {
@SerializedName("reserve")
private Reserve reserve;
public Reserve getReserve() {
return this.reserve;
}
public void setReserve(Reserve reserve) {
this.reserve = reserve;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy