摘要: namespace DAL { public class Unit_dal : Interfacedal { //充值 public int ChongZhi(int userId, decimal money) { using (SqlConnection connection = new Sql 阅读全文
posted @ 2020-06-10 13:45 DSZ 阅读(20) 评论(0) 推荐(0)