代码搜索:GY 有哪些应用?
找到约 10,000 项符合「GY 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/315255/3622197
cs gy_persondal.cs
using System;
using System.Collections.Generic;
using System.Text;
using System.Data;
using System.Data.SqlClient;
using Model;
namespace DataAccess.DAL
{
class Gy_personDAL
{
www.eeworm.com/read/315255/3622215
cs gy_department.cs
using System;
using System.Collections.Generic;
using System.Text;
namespace Model
{
///
/// 实体类 Gy_Department 。部门设置表 (属性说明自动提取数据库字段的描述信息)
///
public class Gy_Depart
www.eeworm.com/read/315255/3622219
cs gy_transfercompany.cs
using System;
using System.Collections.Generic;
using System.Text;
namespace Model
{
///
/// 实体类Gy_TransferCompany 。承运单位表 (属性说明自动提取数据库字段的描述信息)
///
public class Gy_T
www.eeworm.com/read/315255/3622223
cs gy_customer.cs
using System;
using System.Collections.Generic;
using System.Text;
namespace Model
{
///
/// 实体类Gy_Customer 。客户设置表
///
public class Gy_Customer
{
public Gy_Cu
www.eeworm.com/read/315255/3622225
cs gy_warehouse.cs
using System;
using System.Collections.Generic;
using System.Text;
namespace Model
{
/// 仓库表
///
/// 仓库表
///
public class Gy_WareHouse
{
www.eeworm.com/read/315255/3622227
cs gy_material.cs
using System;
using System.Collections.Generic;
using System.Text;
namespace Model
{
/// 货物信息表
///
/// 货物信息表
///
public class Gy_Material
{
www.eeworm.com/read/315255/3622232
cs gy_foreigrcurrency.cs
using System;
using System.Collections.Generic;
using System.Text;
namespace Model
{
// 币种类型表
///
/// 币种类型表
///
public class Gy_ForeigrCurrency
www.eeworm.com/read/315255/3622238
cs gy_person.cs
using System;
using System.Collections.Generic;
using System.Text;
namespace Model
{
///
/// 实体类Gy_person 。员工设置表 (属性说明自动提取数据库字段的描述信息)
///
public class Gy_person
{
www.eeworm.com/read/315255/3622239
cs gy_paycon.cs
using System;
using System.Collections.Generic;
using System.Text;
namespace Model
{
/// 付款类型表
///
/// 付款类型表
///
public class Gy_PayCon
{
www.eeworm.com/read/173509/9654269
pas u_gy.pas
unit U_gy;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, ExtCtrls;
type
Tgy = class(TForm)
Panel1: TPanel;
Im