mirror of
https://github.com/dataease/dataease.git
synced 2026-05-21 12:45:37 +08:00
fix: 脱敏字段删除改为标记
This commit is contained in:
@@ -121,4 +121,9 @@ public class DatasetTableFieldDTO implements Serializable {
|
||||
* 字段short name
|
||||
*/
|
||||
private String fieldShortName;
|
||||
}
|
||||
|
||||
/**
|
||||
* 是否脱敏
|
||||
*/
|
||||
private Boolean desensitized;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user