代码搜索:GY 开发教程
找到约 10,000 项符合「GY 开发教程」的源代码
代码结果 10,000
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
www.eeworm.com/read/173509/9654286
dcu u_gy.dcu
www.eeworm.com/read/173509/9654346
ddp u_gy.ddp
www.eeworm.com/read/170543/9798973