v1.0.0
This commit is contained in:
11
CC.Yi.IBLL/T4IBLL.cs
Normal file
11
CC.Yi.IBLL/T4IBLL.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using CC.Yi.Model;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace CC.Yi.IBLL
|
||||
{
|
||||
public partial interface IstudentBll : IBaseBll<student>
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user