-
- using OASystem.Infrastructure.Repositories;
- namespace OASystem.Infrastructure.Repositories.CustomerAccount
- {
- //public class CashPrepayRepository : BaseRepository<CashPrepayInfo, CashPrepayView>
- //{
- // public CashPrepayRepository(SqlSugarClient sqlSugar) : base(sqlSugar)
- // {
- // }
- //}
- }
|