代码搜索:department
找到约 6,134 项符合「department」的源代码
代码结果 6,134
www.eeworm.com/read/379980/2665894
java department.java
package com.buat.hr.department;
public class Department {
private int departmentId=0;
private String name=null;
private String leader=null;
private String brief=null;
public Department
www.eeworm.com/read/377685/2698077
java department.java
package com.szmx.tlms.admin.model;
import com.szmx.framework.base.model.VersionObject;
public class Department extends VersionObject {
private String name;
private String code;
pr
www.eeworm.com/read/377545/2699157
js department.js
function Expand(id)
{
var imgTag = document.all.tags("img");
var divTag = document.all.tags("div");
var div = null;
var img = null;
img = imgTag.item(id);
div = divTag.item(id);
if(d
www.eeworm.com/read/377545/2699201
js department.js
function Expand(id)
{
var imgTag = document.all.tags("img");
var divTag = document.all.tags("div");
var div = null;
var img = null;
img = imgTag.item(id);
div = divTag.item(id);
if(d
www.eeworm.com/read/376468/2710412
sql department.sql
create table department
(hoscode char(4) not null,
code char(2) not null,
name char(20) not null,
pycode char(5) null,
wbcode char(5) null,
effectflag tinyint not null,
updateflag tinyint not n
www.eeworm.com/read/376468/2710434
txt department.txt
1 内一科 NYK MGT 1
2 内二科 NEK MFT 1
3 外科 WK QT 1
4 外二科 WEK QFT 1
5 中医科 ZYK KAT 1
www.eeworm.com/read/376468/2710452
sql department.sql
create table department
(hoscode char(4) not null,
code char(2) not null,
name char(20) not null,
pycode char(5) null,
wbcode char(5) null,
effectflag tinyint not null,
updateflag tinyint not n
www.eeworm.com/read/376468/2710474
txt department.txt
1 内一科 NYK MGT 1
2 内二科 NEK MFT 1
3 外科 WK QT 1
4 外二科 WEK QFT 1
5 中医科 ZYK KAT 1
www.eeworm.com/read/374552/2749928
java department.java
/*
* Created on 2004-9-17
*
* To change the template for this generated file go to
* Window>Preferences>Java>Code Generation>Code and Comments
*/
package oa.data;
/**
*****
www.eeworm.com/read/374552/2750019
java department.java
/*
* Created on 2004-9-17
*
* To change the template for this generated file go to
* Window>Preferences>Java>Code Generation>Code and Comments
*/
package oa.data;
/**
*****