k94314517
2024-05-23 de00fe811ce5f1c1e8592869d218e7c201e1748f
1
2
3
4
5
6
7
package com.doumee.core.haikang.sdk;
 
import com.sun.jna.win32.StdCallLibrary;
 
public interface Dewlt extends StdCallLibrary{
    int dewlt(String strPictureBin);     
}