using System; namespace learun.wechat { /// /// 版 本 EasyCode EC管理后台 /// Copyright (c) 2019-present EC管理有限公司 /// 创建人:tobin /// 日 期:2019.11.06 /// 描 述:核实属性接口 /// public interface IVerifyAttribute { /// /// /// /// /// /// /// bool Verify(Type type, object obj, out string message); } }