|  |  | 
 |  |  | package com.dy.pmsGlobal.pojoPlt; | 
 |  |  |  | 
 |  |  | import com.alibaba.fastjson2.annotation.JSONField; | 
 |  |  | import com.alibaba.fastjson2.writer.ObjectWriterImplToString; | 
 |  |  | import com.baomidou.mybatisplus.annotation.IdType; | 
 |  |  | import com.baomidou.mybatisplus.annotation.TableField; | 
 |  |  | import com.baomidou.mybatisplus.annotation.TableId; | 
 |  |  | 
 |  |  |     /** | 
 |  |  |      *  | 
 |  |  |      */ | 
 |  |  |     @JSONField(serializeUsing= ObjectWriterImplToString.class) | 
 |  |  |     @TableId(type = IdType.AUTO) | 
 |  |  |     private Long id; | 
 |  |  |     public Long id; | 
 |  |  |  | 
 |  |  |     /** | 
 |  |  |      * 产品实体编号 | 
 |  |  |      */ | 
 |  |  |     @JSONField(serializeUsing= ObjectWriterImplToString.class) | 
 |  |  |     public Long proId; | 
 |  |  |  | 
 |  |  |     /** | 
 |  |  |      * 文件编号 | 
 |  |  |      */ | 
 |  |  |     @JSONField(serializeUsing= ObjectWriterImplToString.class) | 
 |  |  |     public Long fileId; | 
 |  |  |  | 
 |  |  |     /** | 
 |  |  | 
 |  |  |     @TableField(exist = false) | 
 |  |  |     public String webUrl; | 
 |  |  |  | 
 |  |  |     @TableField(exist = false) | 
 |  |  |     public String orgName; | 
 |  |  |     @TableField(exist = false) | 
 |  |  |     public String extName; | 
 |  |  |  | 
 |  |  | } |