addresslisttx.cs
资源名称:OASystem.rar [点击查看]
上传用户:lishan0805
上传日期:2019-12-08
资源大小:12048k
文件大小:1k
源码类别:
OA系统
开发平台:
C#
- using System;
- using System.Collections.Generic;
- using System.Text;
- namespace COM.OA.Entity
- {
- public class addresslisttx
- {
- int al_id;
- public int Al_id
- {
- get { return al_id; }
- set { al_id = value; }
- }
- string u_username;
- public string U_username
- {
- get { return u_username; }
- set { u_username = value; }
- }
- string dept_department;
- public string Dept_department
- {
- get { return dept_department; }
- set { dept_department = value; }
- }
- string al_duty;
- public string Al_duty
- {
- get { return al_duty; }
- set { al_duty = value; }
- }
- string al_mobile;
- public string Al_mobile
- {
- get { return al_mobile; }
- set { al_mobile = value; }
- }
- string al_smallclever;
- public string Al_smallclever
- {
- get { return al_smallclever; }
- set { al_smallclever = value; }
- }
- string al_worktelephone;
- public string Al_worktelephone
- {
- get { return al_worktelephone; }
- set { al_worktelephone = value; }
- }
- string al_address;
- public string Al_address
- {
- get { return al_address; }
- set { al_address = value; }
- }
- }
- }