tbusers

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace _001
{
   public class tbusers
    {
        public string loginid { get; set; }
        public string loginpwd { get; set; }
    }
}

posted @ 2019-02-13 11:07  崇尚技术  阅读(131)  评论(0编辑  收藏  举报