1
This commit is contained in:
@@ -9,14 +9,14 @@ namespace BLL
|
||||
{
|
||||
public class BreakdownProjectAuditRecordService
|
||||
{
|
||||
public static Model.CNPCDB db = Funs.DB;
|
||||
|
||||
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 定义变量
|
||||
/// </summary>
|
||||
private static IQueryable<Model.WBS_BreakdownProjectAuditRecord> qq = from x in db.WBS_BreakdownProjectAuditRecord orderby x.CreateDate select x;
|
||||
private static IQueryable<Model.WBS_BreakdownProjectAuditRecord> qq = from x in Funs.DB.WBS_BreakdownProjectAuditRecord orderby x.CreateDate select x;
|
||||
|
||||
public static Model.WBS_BreakdownProjectAuditRecord GetBreakdownProjectAuditRecordById(string id)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user