|
|
@@ -55,9 +55,9 @@ public class VerificationList extends CommonBaseEntity implements Serializable {
|
|
|
|
|
|
private Date vc_recorddate;
|
|
|
|
|
|
- private Integer vc_status;
|
|
|
+ private String vc_status;
|
|
|
|
|
|
- private BigDecimal vc_statuscode;
|
|
|
+ private String vc_statuscode;
|
|
|
|
|
|
private String vc_remark;
|
|
|
|