代码搜索:提取技术
找到约 10,000 项符合「提取技术」的源代码
代码结果 10,000
www.eeworm.com/read/451043/1667074
cs roleinfobean.cs
using System;
using System.Collections.Generic;
using System.Text;
namespace Model
{
///
/// 实体类RoleinfoBean 。(属性说明自动提取数据库字段的描述信息)
///
public class Rol
www.eeworm.com/read/451043/1667077
cs userinfobean.cs
using System;
using System.Collections.Generic;
using System.Text;
namespace Model
{
///
/// 实体类UserInfoBean 。(属性说明自动提取数据库字段的描述信息)
///
public class UserI
www.eeworm.com/read/451043/1667078
cs roombean.cs
using System;
using System.Collections.Generic;
using System.Text;
namespace Model
{
///
/// 实体类RoomBean 。(属性说明自动提取数据库字段的描述信息)
///
public class RoomBean
www.eeworm.com/read/451043/1667079
cs guestinfobean.cs
using System;
using System.Collections.Generic;
using System.Text;
namespace Model
{
///
/// 实体类GuestInfoBean 。(属性说明自动提取数据库字段的描述信息)
///
public class Gues
www.eeworm.com/read/451043/1667080
cs totalinfobean.cs
using System;
using System.Collections.Generic;
using System.Text;
namespace Model
{
///
/// 实体类TotalInfoBean 。(属性说明自动提取数据库字段的描述信息)
///
public class Tota
www.eeworm.com/read/451043/1667081
cs navbean.cs
using System;
using System.Collections.Generic;
using System.Text;
namespace Model
{
///
/// 实体类NavBean 。(属性说明自动提取数据库字段的描述信息)
///
public class NavBean
www.eeworm.com/read/451043/1667084
cs roomtypebean.cs
using System;
using System.Collections.Generic;
using System.Text;
namespace Model
{
///
/// 实体类RoomTypeBean 。(属性说明自动提取数据库字段的描述信息)
///
public class RoomT
www.eeworm.com/read/451043/1667086
cs openroominfobean.cs
using System;
using System.Collections.Generic;
using System.Text;
namespace Model
{
///
/// 实体类OpenRoomInfoBean 。(属性说明自动提取数据库字段的描述信息)
///
public class O
www.eeworm.com/read/333311/3389057
java dmlistservice.java
/*
* 创建日期 2005-9-29
*/
package com.wygl.dmwh.service;
import java.util.List;
/**
* @author zmx
*
* 显示下拉列表
*/
public interface DmListService {
//提取性别下拉列表
public List getXbList()
www.eeworm.com/read/286241/4040662
cs doctype.cs
using System;
namespace DLOA.Model
{
///
/// 实体类DocType 。(属性说明自动提取数据库字段的描述信息)
///
public class DocType
{
public DocType()
{}
#region Model
private int _id;