
export function ProxyProperty(config?: any): MethodDecorator {
    return (target, propertyKey, descriptor) => {
        
    };
}
