調整匯款沖帳

This commit is contained in:
2026-05-11 15:59:23 +08:00
parent 3c5617b403
commit 07e29c32aa
6 changed files with 876 additions and 5 deletions
+14
View File
@@ -0,0 +1,14 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
public partial class admin_bill_index : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
}