Last modification |
View Log
| RSS feed
Last modification
- Rev 36619 2026-05-21 12:03:35
- Author: amit
- Log message:
- refactor: migrate Thrift enums/models to profitmandi-dao under in.shop2020 package
Moved 22 enum files and 2 model classes (Address, OrderStatusGroups) from ThriftConfig
to profitmandi-dao with same package structure. Stripped all org.apache.thrift dependencies
(TEnum interface, TBase, read/write/validate methods). OrderStatusGroups rewritten as clean
POJO keeping only constructor defaults and getter methods used by callers.