Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
Education
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
黄奎
Education
Commits
4085149a
Commit
4085149a
authored
Apr 02, 2022
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
9805c8b7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
42 additions
and
0 deletions
+42
-0
WechatCheck_ViewModel.cs
Edu.Model/ViewModel/WeChat/WechatCheck_ViewModel.cs
+42
-0
No files found.
Edu.Model/ViewModel/WeChat/WechatCheck_ViewModel.cs
0 → 100644
View file @
4085149a
using
System
;
using
System.Collections.Generic
;
using
System.Text
;
namespace
Edu.Model.ViewModel.WeChat
{
/// <summary>
/// 企业微信打卡信息
/// </summary>
public
class
WechatCheck_ViewModel
{
/// <summary>
/// 企业微信用户Id
/// </summary>
public
string
Acctid
{
get
;
set
;
}
/// <summary>
/// 名称
/// </summary>
public
string
Name
{
get
;
set
;
}
/// <summary>
/// 打卡日期
/// </summary>
public
DateTime
Date
{
get
;
set
;
}
/// <summary>
/// 校准状态类型:1-迟到;2-早退;3-缺卡;4-旷工;5-地点异常;6-设备异常
/// </summary>
public
string
ExceptionStr
{
get
;
set
;
}
/// <summary>
/// 迟到早退次数
/// </summary>
public
int
ExceptionCount
{
get
;
set
;
}
/// <summary>
/// 班次Id
/// </summary>
public
int
Scheduleid
{
get
;
set
;
}
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment