namespace DispenserCommon.Enums; public enum BinCoordinateTransformStrategyEnum { /// /// 基于角度 /// ByAngel, /// /// 基于矩阵 /// ByMatrix }