野心家
2025-03-07 e6ad01cc33586f77cd78b9524aedf285414fea5c
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> {
 
}