using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace LifePayment.Domain.Shared;
///
/// 微信小程序枚举
///
public enum WxMiniAppEnum
{
///
/// 行业资讯小程序
///
行业资讯 = 10,
///
/// 人单合一小程序
///
人单合一 = 20,
生活缴费 = 30
}