2024-03-11 合同发票修改
This commit is contained in:
parent
f6dee3c033
commit
330479a9cd
|
|
@ -3,6 +3,7 @@ using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Data;
|
using System.Data;
|
||||||
using System.Data.SqlClient;
|
using System.Data.SqlClient;
|
||||||
|
using Model;
|
||||||
|
|
||||||
namespace FineUIPro.Mobile.PHTGL.BiddingManagement
|
namespace FineUIPro.Mobile.PHTGL.BiddingManagement
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,7 @@ using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Data;
|
using System.Data;
|
||||||
using System.Data.SqlClient;
|
using System.Data.SqlClient;
|
||||||
|
using Model;
|
||||||
|
|
||||||
namespace FineUIPro.Mobile.PHTGL.BiddingManagement
|
namespace FineUIPro.Mobile.PHTGL.BiddingManagement
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,7 @@ using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Data;
|
using System.Data;
|
||||||
using System.Data.SqlClient;
|
using System.Data.SqlClient;
|
||||||
|
using Model;
|
||||||
|
|
||||||
namespace FineUIPro.Mobile.PHTGL.BiddingManagement
|
namespace FineUIPro.Mobile.PHTGL.BiddingManagement
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,7 @@ using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Data;
|
using System.Data;
|
||||||
using System.Data.SqlClient;
|
using System.Data.SqlClient;
|
||||||
|
using Model;
|
||||||
|
|
||||||
namespace FineUIPro.Mobile.PHTGL.BiddingManagement
|
namespace FineUIPro.Mobile.PHTGL.BiddingManagement
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,7 @@ using System.Data;
|
||||||
using System.Data.SqlClient;
|
using System.Data.SqlClient;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using System.Web.UI.WebControls;
|
using System.Web.UI.WebControls;
|
||||||
|
using Model;
|
||||||
|
|
||||||
namespace FineUIPro.Mobile.Mobile
|
namespace FineUIPro.Mobile.Mobile
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue