From 45af21bb9678423b8f352f799ad85253d6bcbdf3 Mon Sep 17 00:00:00 2001 From: UsSbaForgivenessDev Date: Tue, 13 Jul 2021 13:57:06 -0400 Subject: [PATCH] Add files via upload --- sbaCSharpClient/domain/EtranLoan.cs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sbaCSharpClient/domain/EtranLoan.cs b/sbaCSharpClient/domain/EtranLoan.cs index 829d973..2ae218a 100644 --- a/sbaCSharpClient/domain/EtranLoan.cs +++ b/sbaCSharpClient/domain/EtranLoan.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; namespace sbaCSharpClient.domain @@ -136,5 +136,9 @@ public class EtranLoan public bool? s_form { get; set; } + public string naics_code { get; set; } + + public int ppp_loan_draw { get; set; } + } }