Initial_commit_SecMPS_v2
This commit is contained in:
11
api_sqlsugar/VolPro.Core/DbManager/DBConnectionAttribute.cs
Normal file
11
api_sqlsugar/VolPro.Core/DbManager/DBConnectionAttribute.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace VolPro.Core.DBManager
|
||||
{
|
||||
public class DBConnectionAttribute : Attribute
|
||||
{
|
||||
public string DBName { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user