自动化立体仓库 - WCS系统
whycq
2023-09-06 b143fe586d7be6c12ec162bf5aebb3a99bff7e32
1
2
3
4
5
6
7
8
9
10
11
package com.zy.asrs.service;
 
import com.zy.asrs.entity.TestMast;
import com.baomidou.mybatisplus.service.IService;
 
import java.util.Date;
 
public interface TestMastService extends IService<TestMast> {
 
    void insertPackQualified(boolean qualified,Date now,String Pack);
}