Commit c9d6288e authored by 孟维甫's avatar 孟维甫

Merge branch 'feature_add_label_printer' into 'test'

Feature add label printer

See merge request bp/goods!35
parents bacc0427 44a4419c
...@@ -7,7 +7,7 @@ use App\Models\goods\mysql\Ota; ...@@ -7,7 +7,7 @@ use App\Models\goods\mysql\Ota;
class OtaService class OtaService
{ {
const COLUMNS = ['ota_id','ota_name','printer_sn','printer_key']; const COLUMNS = ['ota_id','ota_name','printer_sn','printer_key','label_printer_sn','label_printer_key'];
/** /**
* 获取供应商列表(op 后台) * 获取供应商列表(op 后台)
* @param string $otaName * @param string $otaName
......
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