luxiaotao1123
2020-07-07 b7cf7fdbb77564f6b8157fa44bf075e1b762e314
1
2
3
4
5
6
7
8
package com.zy.asrs.service;
 
import com.zy.asrs.entity.TrayCode;
import com.baomidou.mybatisplus.service.IService;
 
public interface TrayCodeService extends IService<TrayCode> {
 
}