commit for pull
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
package com.cnbm.packing.mapper;
|
||||
|
||||
import org.apache.ibatis.annotations.Mapper;
|
||||
import org.apache.ibatis.annotations.Param;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* 机台表
|
||||
*
|
||||
* @author codeGenerator
|
||||
* @since 2023-02-15
|
||||
*/
|
||||
@Mapper
|
||||
public interface CamlineMapper {
|
||||
|
||||
float getByid(@Param("subId") String subId);
|
||||
|
||||
|
||||
//从camline 系统获取实际pmpp
|
||||
float getPMPPBySubId(@Param("subId") String subId);
|
||||
|
||||
String getOrderNameBySubId(@Param("subId") String subId);
|
||||
|
||||
Integer getTodayBoxNum();
|
||||
}
|
Reference in New Issue
Block a user