提交 | 用户 | 时间 | ||
ea3c33 | 1 | package com.jcdm.main.bs.orderScheduling.vo; |
W | 2 | |
3 | import com.fasterxml.jackson.annotation.JsonProperty; | |
4 | import lombok.Data; | |
5 | ||
6 | @Data | |
7 | public class ResultDataVO { | |
8 | ||
9 | @JsonProperty("ZFDJM") | |
10 | private String ZFDJM; | |
11 | ||
12 | @JsonProperty("STATU") | |
13 | private String STATU; | |
14 | ||
15 | @JsonProperty("EV_MESSAGE") | |
16 | private String EV_MESSAGE; | |
17 | ||
18 | ||
19 | ||
20 | } |