From 8945ac4b1c0a1f5e040a5c75e6ae630ba2b32f99 Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期二, 13 九月 2022 20:23:55 +0800
Subject: [PATCH] App设备点检获取单号修改接口, 开发委外表表 开发班组工资报表查询接口
---
VueWebApi/Models/User.cs | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/VueWebApi/Models/User.cs b/VueWebApi/Models/User.cs
index b7dfe64..cb6c84a 100644
--- a/VueWebApi/Models/User.cs
+++ b/VueWebApi/Models/User.cs
@@ -9,6 +9,7 @@
{
public string guid { get; set; }
public int userid { get; set; }
+ public string usercode { get; set; }
public string username { get; set; }
public string password { get; set; }
public string usertype { get; set; }
--
Gitblit v1.9.3