improve detsta
This commit is contained in:
@@ -23,8 +23,17 @@ class Ugiro extends \yii\db\ActiveRecord
|
||||
|
||||
public static $PATH_MEGBIZAS = "giro/megbizas";
|
||||
public static $PATH_VALASZ = "giro/valasz";
|
||||
/**
|
||||
* beszed fájl kész
|
||||
* */
|
||||
public static $STATUS_SENT = 0;
|
||||
/**
|
||||
* detsta fájl felöltve
|
||||
* */
|
||||
public static $STATUS_RECIEVED = 10;
|
||||
/**
|
||||
* detsta fájl feldolgozva
|
||||
* */
|
||||
public static $STATUS_FINISHED = 20;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user