Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
UsSbaForgivenessDev authored Jul 13, 2021
1 parent 824ca7f commit 45af21b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion sbaCSharpClient/domain/EtranLoan.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;

namespace sbaCSharpClient.domain
Expand Down Expand Up @@ -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; }

}
}

0 comments on commit 45af21b

Please sign in to comment.