..
This commit is contained in:
@@ -8,19 +8,18 @@ namespace FCOMMON
|
||||
{
|
||||
public static partial class DBM
|
||||
{
|
||||
|
||||
public enum eAutoType
|
||||
public enum eAuthType
|
||||
{
|
||||
purchase,
|
||||
holyday,
|
||||
project,
|
||||
jobreport,
|
||||
}
|
||||
public static int getAuth(eAutoType type, string uid)
|
||||
public static int getAuth(eAuthType type, string uid)
|
||||
{
|
||||
return getAuth(type.ToString(), uid);
|
||||
}
|
||||
public static int getAuth(eAutoType type)
|
||||
public static int getAuth(eAuthType type)
|
||||
{
|
||||
return getAuth(type.ToString(), info.Login.no);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user