|
@@ -10,7 +10,7 @@ class QuantizationCreate extends UseScopeBaseModel
|
|
|
protected $dateFormat = 'U';
|
|
protected $dateFormat = 'U';
|
|
|
const employee_column = "crt_id";
|
|
const employee_column = "crt_id";
|
|
|
|
|
|
|
|
- public static $field = ['customer_supply_id','id','crt_time','crt_id','type','products','score','start_time','end_time','quantization_id'];
|
|
|
|
|
|
|
+ public static $field = ['customer_supply_id','id','crt_time','crt_id','type','score','start_time','end_time','quantization_id'];
|
|
|
|
|
|
|
|
const type_one = 1;
|
|
const type_one = 1;
|
|
|
const type_two = 2;
|
|
const type_two = 2;
|