sth
This commit is contained in:
parent
1d9f305078
commit
d8546c9d74
|
|
@ -26,12 +26,12 @@ class Item extends Model
|
|||
protected $deleteTime = false;
|
||||
|
||||
|
||||
const ZHL = 'ZHL'; //转化率
|
||||
const LRL = 'LRL'; //利润率
|
||||
const PDSX = 'PDSX'; //派单时效
|
||||
const PCCGL = 'PCCGL'; //派出成功率
|
||||
const GDJSL = 'GDJSL'; //跟单及时率
|
||||
const LRSFS = 'LRSFS'; //录入师傅数
|
||||
const ATTR_ZHL = 'ZHL'; //转化率
|
||||
const ATTR_LRL = 'LRL'; //利润率
|
||||
const ATTR_PDSX = 'PDSX'; //派单时效
|
||||
const ATTR_PCCGL = 'PCCGL'; //派出成功率
|
||||
const ATTR_GDJSL = 'GDJSL'; //跟单及时率
|
||||
const ATTR_LRSFS = 'LRSFS'; //录入师傅数
|
||||
|
||||
// 追加属性
|
||||
protected $append = [
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user