12 lines
151 B
PHP
12 lines
151 B
PHP
<?php
|
|
/**
|
|
* 禅道API的program资源类
|
|
* 版本V1
|
|
*
|
|
* The program entry point of zentaopms
|
|
* Version 1
|
|
*/
|
|
class ProgramEntry extends Entry
|
|
{
|
|
}
|