| | |
| | | */ |
| | | @TableField("create_at") |
| | | @JsonProperty("CreateAt") |
| | | private Long createAt; |
| | | private String createAt; |
| | | |
| | | /** |
| | | * 状态[1:一般监测点,2:特殊监测点,99:废弃监测点] |
| | |
| | | */ |
| | | @TableField("created_at") |
| | | @JsonProperty("CreatedAt") |
| | | private LocalDateTime createdAt; |
| | | private String createdAt; |
| | | |
| | | /** |
| | | * 更新时间 |
| | | */ |
| | | @TableField("updated_at") |
| | | @JsonProperty("UpdatedAt") |
| | | private LocalDateTime updatedAt; |
| | | private String updatedAt; |
| | | |
| | | @TableField("health_code_value11") |
| | | @JsonProperty("HealthCodeValue11") |
| | |
| | | private String customerString; |
| | | |
| | | @JsonProperty("Customer") |
| | | @TableField(exist = false) |
| | | private OdsLocaleCustomer customer; |
| | | } |