12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
-
- namespace JPK_VDEK.Core
- {
- public class JPKSumyKontrola
- {
- public Decimal K_10 { get; set; }
- public Decimal K_11 { get; set; }
- public Decimal K_12 { get; set; }
- public Decimal K_13 { get; set; }
- public Decimal K_14 { get; set; }
- public Decimal K_15 { get; set; }
- public Decimal K_16 { get; set; }
- public Decimal K_17 { get; set; }
- public Decimal K_18 { get; set; }
- public Decimal K_19 { get; set; }
- public Decimal K_20 { get; set; }
- public Decimal K_21 { get; set; }
- public Decimal K_22 { get; set; }
- public Decimal K_23 { get; set; }
- public Decimal K_24{ get; set; }
- public Decimal K_25 { get; set; }
- public Decimal K_26 { get; set; }
- public Decimal K_27{ get; set; }
- public Decimal K_28 { get; set; }
- public Decimal K_29 { get; set; }
- public Decimal K_30 { get; set; }
- public Decimal K_31 { get; set; }
- public Decimal K_32 { get; set; }
- public Decimal K_33 { get; set; }
- public Decimal K_34 { get; set; }
- public Decimal K_35 { get; set; }
- public Decimal K_36 { get; set; }
- public Decimal SprzedazVAT_Marza { get; set; }
- public Decimal K_40 { get; set; }
- public Decimal K_41 { get; set; }
- public Decimal K_42{ get; set; }
- public Decimal K_43 { get; set; }
- public Decimal K_44 { get; set; }
- public Decimal K_45 { get; set; }
- public Decimal K_46 { get; set; }
- public Decimal K_47 { get; set; }
- public Decimal ZakupVAT_Marza { get; set; }
- }
- }
|