🐛fix部门表字段属性更改导致添加失败
This commit is contained in:
committed by
DESKTOP-H2PAFLR\Administrator
parent
1dbeba88a5
commit
f4174ccdc8
@@ -30,7 +30,7 @@
|
||||
/// <summary>
|
||||
/// 部门正常状态
|
||||
/// </summary>
|
||||
public static string DEPT_NORMAL = "0";
|
||||
public static int DEPT_NORMAL = 0;
|
||||
|
||||
/// <summary>
|
||||
/// 部门停用状态
|
||||
|
||||
Reference in New Issue
Block a user