public static int GetReturnGoodTypeValue(this WayBill.ReturnGoodTypeEnum orderType)
 {
     return(WayBill.ReturnGoodTypeToValue(orderType));
 }
 public static int GetNoForecastAbnormalValue(this WayBill.NoForecastAbnormalEnum orderType)
 {
     return(WayBill.NoForecastAbnormalToValue(orderType));
 }
 public static int GetScanTypesValue(this WayBill.ScanTypesEnum orderType)
 {
     return(WayBill.ScanTypesToValue(orderType));
 }
 public static int GetAbnormalStatusValue(this WayBill.AbnormalStatusEnum orderType)
 {
     return(WayBill.AbnormalStatusToValue(orderType));
 }
 public static int GetAbnormalTypeValue(this WayBill.AbnormalTypeEnum orderType)
 {
     return(WayBill.AbnormalTypeToValue(orderType));
 }
 public static int GetDateFilterValue(this WayBill.DateFilterEnum orderType)
 {
     return(WayBill.DateFilterToValue(orderType));
 }
 public static int GetSearchFilterValue(this WayBill.SearchFilterEnum orderType)
 {
     return(WayBill.SearchFilterToValue(orderType));
 }