颐和api

Tt.cs 263B

1234567891011121314
  1. using System;
  2. using System.Collections.Generic;
  3. using System.ComponentModel.DataAnnotations;
  4. namespace CallCenterApi.Model
  5. {
  6. public partial class tt
  7. {
  8. [Key]
  9. public string id { get; set; }
  10. public string dd { get; set; }
  11. }
  12. }