namespace Learun.Application.WeChat.WeChat
{
///
/// 版 本 Learun-ADMS-Ultimate V7.0.0 数字化智慧校园
/// Copyright (c) 2013-2017
/// 创 建:超级管理员
/// 日 期:2017-09-22 12:01
/// 描 述:创建部门返回类
///
public class WXDepartmentReMsgEntity
{
///
/// 错误码
///
public int errcode { get; set; }
///
/// 错误内容
///
public string errmsg { get; set; }
///
/// 创建的部门id
///
public int? id { get; set; }
}
}