Commit fb8995ec authored by Sarun Mungthanya's avatar Sarun Mungthanya
Browse files

main

parents
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
class ConfServerLicenseOrglistProfile extends Model
{
protected $table = 'conf_server_license_orglist_profile';
protected $fillable = [
'id',
'controlId',
'orglistId',
'profileCode',
];
}
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
class ConfServerOwnertype extends Model
{
protected $table = 'conf_server_ownertype';
protected $fillable = [
'owntypeid',
'owntype_code',
'owntype_description',
];
}
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
class ConfServerPendding extends Model
{
protected $table = 'conf_server_pendding';
protected $fillable = [
'ServerID',
'PatchID',
'TaskDate',
'TaskType',
'TaskStatus',
'TaskFinish',
'TaskRunner',
];
}
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
class ConfServerPenddingBackup2011 extends Model
{
protected $table = 'conf_server_pendding_backup_2011';
protected $fillable = [
'ServerID',
'PatchID',
'TaskDate',
'TaskType',
'TaskStatus',
'TaskFinish',
'TaskRunner',
];
}
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
class ConfServerPenddingBak extends Model
{
protected $table = 'conf_server_pendding_bak';
protected $fillable = [
'ServerID',
'PatchID',
'TaskDate',
'TaskType',
'TaskStatus',
'TaskFinish',
'TaskRunner',
];
}
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
class ConfSmartReport extends Model
{
protected $table = 'conf_smart_report';
protected $fillable = [
'rid',
'rname',
'rdesc',
'rres',
'rhit',
'rrate',
'rindex',
'rauthor',
'rtype',
'rcode',
'postfix_path',
'appcode',
'rCreateDate',
'rApproveDate',
'rcategory',
'rresMS',
];
}
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
class ConfSmartReportCatalogue extends Model
{
protected $table = 'conf_smart_report_catalogue';
protected $fillable = [
'cid',
'cname',
'cdesc',
'cnote',
];
}
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
class ConfSmartReportCatalogueLink extends Model
{
protected $table = 'conf_smart_report_catalogue_link';
protected $fillable = [
'lcid',
'lrid',
];
}
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
class ConfSmartReportDownload extends Model
{
protected $table = 'conf_smart_report_download';
protected $fillable = [
'lsid',
'ldrid',
'lrate',
'lcomment',
'sendDate',
];
}
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
class ConfSmartReportPreview extends Model
{
protected $table = 'conf_smart_report_preview';
protected $fillable = [
'pid',
'prid',
'picture',
];
}
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
class ConfSmartRequestReport extends Model
{
protected $table = 'conf_smart_request_report';
protected $fillable = [
'id',
'serverkey',
'username',
'status',
'reportName',
'request_time',
'close_time',
'detail',
'report_file',
'fileName',
];
}
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
class ConfSmartupdate extends Model
{
protected $table = 'conf_smartupdate';
protected $fillable = [
'PID',
'PATCHNAME',
'PDATE',
'PLEVEL',
'PCODE',
'MAJOR_VERSION',
'PDESC',
'POWNER',
'PAPPROVEDATE',
'PTYPE',
'PATCHCODE',
'UNINSTALL',
'PATCHCODE_SERVER',
'SPECIFIC_CUSTOMER',
'PHP_VERSION_ID',
'Remark',
];
}
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
class ConfSmartupdateBackup extends Model
{
protected $table = 'conf_smartupdate_backup';
protected $fillable = [
'PID',
'PATCHNAME',
'PDATE',
'PLEVEL',
'PCODE',
'MAJOR_VERSION',
'PDESC',
'POWNER',
'PAPPROVEDATE',
'PTYPE',
'PATCHCODE',
'UNINSTALL',
'PATCHCODE_SERVER',
];
}
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
class ConfSmartupdateInfofile extends Model
{
protected $table = 'conf_smartupdate_infofile';
protected $fillable = [
'ID',
'patchid',
'filename',
];
}
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
class ConfSmartupdateTemplate extends Model
{
protected $table = 'conf_smartupdate_template';
protected $fillable = [
'PID',
'PATCHNAME',
'PDATE',
'PLEVEL',
'PCODE',
'MAJOR_VERSION',
'PDESC',
'POWNER',
'PAPPROVEDATE',
'PTYPE',
'PATCHCODE',
'UNINSTALL',
'PATCHCODE_SERVER',
];
}
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
class ConfSql extends Model
{
protected $table = 'conf_sql';
protected $fillable = [
'SQLID',
'SQLCODE',
'SQLDESC',
'SQL',
'FIELD_LIST',
];
}
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
class ConfTicket extends Model
{
protected $table = 'conf_ticket';
protected $fillable = [
'ticketId',
'serverId',
'requser',
'onload',
'dat',
'conf',
'netbayId',
'org',
'userGw',
'ref',
'docType',
'historyLog',
'openDate',
'processDate',
'responseDate',
'ticketNo',
'ticketStat',
'question',
'answer',
'answerBy',
'questionType',
'chatlog',
'resultlog',
];
}
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
class ConfUi extends Model
{
protected $table = 'conf_ui';
protected $fillable = [
'name',
'tname',
'required',
'type',
'spec',
'pageCode',
'manual',
'user_note',
'js_before_focus',
'cannotImport',
'fname',
'reportFlag',
'reportOrderBy',
'reportCondition',
'reportTable',
'reportType',
'reportFormat',
'reportAlign',
'user_default',
];
}
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
class ConfUiReport extends Model
{
protected $table = 'conf_ui_report';
protected $fillable = [
'id',
'name',
'fname',
'reportTable',
'reportType',
'reportFormat',
'reportAlign',
'reportCondition',
'code',
'reportOrderBy',
];
}
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
class Epayment extends Model
{
protected $table = 'epayment';
protected $fillable = [
'ID',
'OID',
'CPID',
'bankStatus',
'confirm_status',
'declarationNo',
'invoiceNo',
'date_transmitted',
'time_transmitted',
'bankRefNo',
'jobNo',
'payerTaxID',
'payerName',
'payerBank',
'payerBankBranch',
'payerAccNo',
'recvBank',
'recvAccNo',
'payAmount',
'transactionNo',
'description',
'bank_request_date',
'bank_request_time',
'tcd_transmit_datetime',
'bank_transmit_datetime',
];
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment