namespace Shentun.WebApi.Service { public enum ScanPayType { /// /// 自支付 /// SelfPay = 0, /// /// 主扫 /// MainScan = 1, /// /// 被扫 /// ByScan = 2 } }