1234567891011121314151617 |
- using QM.OrmSqlSugar;
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
- using QM.KJGH.Model.KJGH;
- namespace QM.KJGH.CGGL.IRepository
- {
-
-
-
- public interface ICghjDdxtRepository : ISqlSugarRepository<CghjDdxt>
- {
- }
- }
|