Hi @Tapan_Bavaliya,
I think, add a custom status for the use property setter.
Please check it.
Then after exporting the property setter in the custom app.
Example:
Added in custom app hook.py
fixtures = [{"doctype": "Property Setter"}]
Then apply command like:
bench --site your-sitename.com export-fixtures
It will come in the fixtures folder in the custom app.
I hope this helps.
Thank You!

