fixed multiple stuff
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
class WarehouseEmailQueue extends TTCrudBaseModel {
|
||||
public int $id;
|
||||
public string $from;
|
||||
public string $fromName;
|
||||
public string $to;
|
||||
public string $toName;
|
||||
public string $subject;
|
||||
public string $body;
|
||||
public int $create;
|
||||
public int $createBy;
|
||||
public ?int $sent;
|
||||
}
|
||||
Reference in New Issue
Block a user