| | |
| | | using WalkingTec.Mvvm.Core.Models; |
| | | using Microsoft.EntityFrameworkCore.Metadata.Builders; |
| | | using cy_scdz.Model.Set; |
| | | using cy_scdz.Model.Oder; |
| | | |
| | | namespace cy_scdz.DataAccess |
| | | { |
| | |
| | | public DbSet<FrameworkUserRole> FrameworkUserRoles { get; set; } |
| | | public DbSet<FrameworkUserGroup> FrameworkUserGroups { get; set; } |
| | | public DbSet<Dictionary> Dictionary { get; set; } |
| | | |
| | | public DbSet<OderSure> OderSure { get; set; } |
| | | public DbSet<OrderInfo> BidOder { get; set; } |
| | | public DbSet<PriceSetting> PriceSettings { get; set; } |
| | | public DbSet<OrderReceivables> OrderReceivables { get; set; } |
| | | public DbSet<AdvancePayment> AdvancePayment { get; set; } |
| | | public DbSet<OrderProduction> orderProductions { get; set; } |
| | | public DataContext(CS cs) |
| | | : base(cs) |
| | | { |