You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
udi-wms-java/src/main/java/com/glxp/api/service/inout/IoStatMonthService.java

18 lines
257 B
Java

package com.glxp.api.service.inout;
import java.util.Date;
/**
* - Service
*/
public interface IoStatMonthService {
/**
*
*
* @param date
*/
void statData(Date date);
}