2024-03-11 合同发票修改

This commit is contained in:
李鹏飞 2024-03-11 23:27:05 +08:00
parent f6dee3c033
commit 330479a9cd
5 changed files with 5 additions and 0 deletions

View File

@ -3,6 +3,7 @@ using System;
using System.Collections.Generic;
using System.Data;
using System.Data.SqlClient;
using Model;
namespace FineUIPro.Mobile.PHTGL.BiddingManagement
{

View File

@ -3,6 +3,7 @@ using System;
using System.Collections.Generic;
using System.Data;
using System.Data.SqlClient;
using Model;
namespace FineUIPro.Mobile.PHTGL.BiddingManagement
{

View File

@ -3,6 +3,7 @@ using System;
using System.Collections.Generic;
using System.Data;
using System.Data.SqlClient;
using Model;
namespace FineUIPro.Mobile.PHTGL.BiddingManagement
{

View File

@ -3,6 +3,7 @@ using System;
using System.Collections.Generic;
using System.Data;
using System.Data.SqlClient;
using Model;
namespace FineUIPro.Mobile.PHTGL.BiddingManagement
{

View File

@ -5,6 +5,7 @@ using System.Data;
using System.Data.SqlClient;
using System.Linq;
using System.Web.UI.WebControls;
using Model;
namespace FineUIPro.Mobile.Mobile
{