/**
 * Data privacy
 * 数据隐私
 * @link com.etsoo.CoreFramework.Business.DataPrivacy
 */
export declare enum DataPrivacy {
    Public = 0,
    Customer = 20,
    Channel = 30,
    Internal = 40,
    Dept = 60,
    Admin = 80,
    Private = 100
}
