Add optional flags in compliance field (#996)

This commit is contained in:
Yi (Alan) Wang 2018-02-27 11:18:33 -08:00 committed by GitHub
parent 8ed3a23ef9
commit 793fd05821
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,4 +30,8 @@ public class DatasetFieldEntity {
private Boolean nonOwner;
private String securityClassification;
private Boolean pii;
private Boolean readonly;
}