|  |  | 
 |  |  |  | 
 |  |  | import com.baomidou.mybatisplus.annotation.TableName; | 
 |  |  | import com.zt.common.entity.BusiEntity; | 
 |  |  | import io.swagger.annotations.ApiModel; | 
 |  |  | import io.swagger.annotations.ApiModelProperty; | 
 |  |  | import lombok.Data; | 
 |  |  | import lombok.EqualsAndHashCode; | 
 |  |  |  | 
 |  |  | import java.util.Date; | 
 |  |  |  | 
 |  |  | /** | 
 |  |  |  * software_test_order_deliverable | 
 |  |  |  * | 
 |  |  |  * @author zt generator  | 
 |  |  |  * @author zt generator | 
 |  |  |  * @since 1.0.0 2023-11-09 | 
 |  |  |  */ | 
 |  |  | @Data | 
 |  |  | @EqualsAndHashCode(callSuper=false) | 
 |  |  | @EqualsAndHashCode(callSuper = false) | 
 |  |  | @TableName("software_test_order_deliverable") | 
 |  |  | public class SoftwareTestOrderDeliverable extends BusiEntity { | 
 |  |  |    private static final long serialVersionUID = 1L; | 
 |  |  |     private static final long serialVersionUID = 1L; | 
 |  |  |  | 
 |  |  |    @ApiModelProperty(value = "序号") | 
 |  |  |    private Integer num; | 
 |  |  |     @ApiModelProperty(value = "序号") | 
 |  |  |     private Integer no; | 
 |  |  |  | 
 |  |  |    @ApiModelProperty(value = "委托单ID") | 
 |  |  |    private Long orderId; | 
 |  |  |     @ApiModelProperty(value = "委托单ID") | 
 |  |  |     private Long orderId; | 
 |  |  |  | 
 |  |  |    @ApiModelProperty(value = "名称") | 
 |  |  |    private String name; | 
 |  |  |     @ApiModelProperty(value = "标识/版本") | 
 |  |  |     private String identify; | 
 |  |  |  | 
 |  |  |    @ApiModelProperty(value = "标识/版本") | 
 |  |  |    private String identify; | 
 |  |  |     @ApiModelProperty(value = "交付物名称") | 
 |  |  |     private String name; | 
 |  |  |  | 
 |  |  |     public SoftwareTestOrderDeliverable() { | 
 |  |  |     } | 
 |  |  | } |