Files
Yi.Framework/CC.Yi/CC.Yi.IBLL/T4IBLL.cs
橙子 2bd67778bf v3.0.0
v3.0.0
2021-05-31 21:41:27 +08:00

14 lines
252 B
C#

using CC.Yi.Model;
using System;
using System.Collections.Generic;
using System.Text;
namespace CC.Yi.IBLL
{
public partial interface IstudentBll : IBaseBll<student>
{
}
public partial interface IpropBll : IBaseBll<prop>
{
}
}