using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace FlexJobApi.Core
{
///
/// 企业用量类型
///
public enum EnumEnterpriseCostType
{
///
/// 短信
///
SMS = 10,
///
/// 电子签
///
ElectronSign = 20
}
}