¶Ô±ÈÐÂÎļþ |
| | |
| | | package com.fzzy.push.sh2023.dto; |
| | | |
| | | import com.alibaba.fastjson.annotation.JSONField; |
| | | import com.bstek.dorado.annotation.PropertyDef; |
| | | import lombok.Data; |
| | | |
| | | import java.io.Serializable; |
| | | import java.util.Date; |
| | | |
| | | /** |
| | | * å¸å¨é©³è¿å |
| | | * |
| | | * @Author:YAN |
| | | */ |
| | | @Data |
| | | public class SH2023Api2104 implements Serializable { |
| | | |
| | | private static final long serialVersionUID = 9157617424050247565L; |
| | | |
| | | @PropertyDef(label = "驳è¿åå·") |
| | | private String bydh; |
| | | |
| | | @PropertyDef(label = "åºåºä»£ç ") |
| | | private String kqdm; |
| | | |
| | | @PropertyDef(label = "è®°è´¦æ¥æ") |
| | | @JSONField(format = "yyyy-MM-dd") |
| | | private Date jzrq; |
| | | |
| | | @PropertyDef(label = "客æ·ç¼å·") |
| | | private String khmc; |
| | | |
| | | @PropertyDef(label = "æ¥ç²®é¢æ¥å·/æè´§åå·") |
| | | private String psplan; |
| | | |
| | | @PropertyDef(label = "ååå·") |
| | | private String hth; |
| | | |
| | | @PropertyDef(label = "车è¹å·") |
| | | private String cch; |
| | | |
| | | @PropertyDef(label = "åç§å¤§ç±»") |
| | | private String lspzdm; |
| | | |
| | | @PropertyDef(label = "ç²®é£æ§è´¨ä»£ç ") |
| | | private String lsxzdm; |
| | | |
| | | @PropertyDef(label = "æ¥ç²®ä»£ç ") |
| | | private String lldm; |
| | | |
| | | @PropertyDef(label = "åé") |
| | | private String jz; |
| | | |
| | | @PropertyDef(label = "æ°æ®ç¶æ") |
| | | private String czbz; |
| | | |
| | | @PropertyDef(label = "æåæ´æ°æ¶é´") |
| | | @JSONField(format = "yyyy-MM-dd HH:mm:ss") |
| | | private Date zhgxsh; |
| | | |
| | | @PropertyDef(label = "æ¹æ¬¡å·") |
| | | private String pch; |
| | | |
| | | @PropertyDef(label = "æ è®°ä½") |
| | | private String bjw; |
| | | } |