暂无描述

JPKSumyKontrola.cs 1.7KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. using System.Threading.Tasks;
  6. namespace JPK_VDEK.Core
  7. {
  8. public class JPKSumyKontrola
  9. {
  10. public Decimal K_10 { get; set; }
  11. public Decimal K_11 { get; set; }
  12. public Decimal K_12 { get; set; }
  13. public Decimal K_13 { get; set; }
  14. public Decimal K_14 { get; set; }
  15. public Decimal K_15 { get; set; }
  16. public Decimal K_16 { get; set; }
  17. public Decimal K_17 { get; set; }
  18. public Decimal K_18 { get; set; }
  19. public Decimal K_19 { get; set; }
  20. public Decimal K_20 { get; set; }
  21. public Decimal K_21 { get; set; }
  22. public Decimal K_22 { get; set; }
  23. public Decimal K_23 { get; set; }
  24. public Decimal K_24{ get; set; }
  25. public Decimal K_25 { get; set; }
  26. public Decimal K_26 { get; set; }
  27. public Decimal K_27{ get; set; }
  28. public Decimal K_28 { get; set; }
  29. public Decimal K_29 { get; set; }
  30. public Decimal K_30 { get; set; }
  31. public Decimal K_31 { get; set; }
  32. public Decimal K_32 { get; set; }
  33. public Decimal K_33 { get; set; }
  34. public Decimal K_34 { get; set; }
  35. public Decimal K_35 { get; set; }
  36. public Decimal K_36 { get; set; }
  37. public Decimal SprzedazVAT_Marza { get; set; }
  38. public Decimal K_40 { get; set; }
  39. public Decimal K_41 { get; set; }
  40. public Decimal K_42{ get; set; }
  41. public Decimal K_43 { get; set; }
  42. public Decimal K_44 { get; set; }
  43. public Decimal K_45 { get; set; }
  44. public Decimal K_46 { get; set; }
  45. public Decimal K_47 { get; set; }
  46. public Decimal ZakupVAT_Marza { get; set; }
  47. }
  48. }