| | |
| | | @JsonProperty("cAcctChief") |
| | | private String cacctchief; |
| | | |
| | | @JSONField(format = "yyyyMM") |
| | | @JSONField(format = "yyyy-MM-dd") |
| | | @PropertyDef(label = "启用期间") |
| | | @JsonProperty("cPeriodStart") |
| | | private Date cperiodstart; |
| | | |
| | | @JSONField(format = "yyyy-MM-dd") |
| | | @PropertyDef(label = "启用日期") |
| | | @JsonProperty("cYearBmd") |
| | | @JsonProperty("cYearBMD") |
| | | private Date cyearbmd; |
| | | |
| | | @PropertyDef(label = "期间数") |
| | |
| | | @JsonProperty("czbz") |
| | | private String czbz; |
| | | |
| | | @PropertyDef(label = "标记位") |
| | | private String bjw; |
| | | |
| | | @JSONField(format = "yyyy-MM-dd HH:mm:ss") |
| | | @PropertyDef(label = "最后更新时间") |
| | | @JsonProperty("zhgxsj") |