eleme.openapi.sdk.api.entity.product.OSpuMenuSyncTask Maven / Gradle / Ivy
The newest version!
package eleme.openapi.sdk.api.entity.product;
import eleme.openapi.sdk.api.enumeration.product.*;
import eleme.openapi.sdk.api.entity.product.*;
import java.util.*;
import java.math.BigDecimal;
import com.fasterxml.jackson.annotation.JsonFormat;
public class OSpuMenuSyncTask{
/**
* 店铺id
*/
private Long targetShopId;
public Long getTargetShopId() {
return targetShopId;
}
public void setTargetShopId(Long targetShopId) {
this.targetShopId = targetShopId;
}
/**
* 自动同步任务id
*/
private Long taskId;
public Long getTaskId() {
return taskId;
}
public void setTaskId(Long taskId) {
this.taskId = taskId;
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy