luxiaotao1123
2024-04-07 3b383c80c90a7d0cdc980ce6fe9889bfa20fecb9
1
2
3
4
5
6
7
8
package com.zy.asrs.wcs.core.service;
 
import com.baomidou.mybatisplus.extension.service.IService;
import com.zy.asrs.wcs.core.entity.TaskCtg;
 
public interface TaskCtgService extends IService<TaskCtg> {
 
}