10 lines
270 B
PHP
10 lines
270 B
PHP
<?php
|
|
namespace SYSTEM\DBD;
|
|
|
|
class system_todo_assign {
|
|
const NAME_PG = 'system.todo_assign';
|
|
const NAME_MYS = 'system_todo_assign';
|
|
|
|
const FIELD_TODO = 'todo';
|
|
const FIELD_USER = 'user';
|
|
} |