南方电网标准版(紫晶版)初始带UKEY版通讯程序
Administrator
2021-01-22 6d31a7e364b74acb92bb69552e1a0e31f39a55f0
1
2
3
4
5
6
7
package com.dec.service;
 
public interface IUpdateBattDataService {
 
    void updateBattData(String[] args) throws Exception;
    
}