#
whycq
2022-08-13 9238e8c6cff2939068c6652040968a99fe9b794b
1
2
3
4
5
6
7
8
package com.zy.asrs.service;
 
import com.zy.asrs.entity.TestMast;
import com.baomidou.mybatisplus.service.IService;
 
public interface TestMastService extends IService<TestMast> {
 
}