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