8 lines
171 B

  1. using Entity.Sugar;
  2. namespace Entity.ViewModels
  3. {
  4. public class View_SCM_Supplier : SETB_SCM_Supplier
  5. {
  6. public string CategoryName { get; set; }
  7. }
  8. }