#
luxiaotao1123
2024-04-12 0c45f307facb2698a8278afe10bd50db5d76dfdc
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> {
 
}