using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace YLErp.Modules.ClientModule.Constant
{
///
/// 客户元数据Key
///
public class ClientMetaKey
{
///
/// 审批前状态
///
public const string AuditPreStatus = "AuditPreStatus";
}
}