Junjie
2023-05-18 9d24e3f484b92fa18cad86b4f2eb7382ca6e792b
1
2
3
4
5
6
7
8
package com.zy.asrs.service;
 
import com.baomidou.mybatisplus.service.IService;
import com.zy.asrs.entity.BasWrkIotype;
 
public interface BasWrkIotypeService extends IService<BasWrkIotype> {
 
}