package com.moral.api.pojo.query.allocationextension; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import lombok.Data; import lombok.EqualsAndHashCode; import lombok.experimental.Accessors; import java.io.Serializable; /** *
* 交办单延期 *
* deyt template generate * @author JI * @since 2023-09-25 */ @Data @EqualsAndHashCode(callSuper = false) @Accessors(chain = true) @ApiModel(value="AllocationExtension - 列表查询对象", description="AllocationExtension - 列表查询对象") public class AllocationExtensionListCond implements Serializable { @ApiModelProperty(value = "ID") private Integer id; }