root/lang/perl/misc/pboard/libs/gerneset.pm @ 12878

Revision 12878, 309 bytes (checked in by hoge1e3, 5 years ago)

project board start

Line 
1package gerneset;
2
3@gerneset::ISA=qw(record);
4
5sub columnProp {
6    return ();
7    return
8        (
9          "project"=>"n",          # Number:   num�Ͽ������
10          "gerne"=>"n",
11          );
12}
13
14sub new{
15    my $className=shift;
16    my $primaryKey=shift;  #�������쥳���ɤξ���  &record::init($className,$primaryKey);
17}
Note: See TracBrowser for help on using the browser.