#
luxiaotao1123
2020-12-30 07b91f72f945f72eb3ac3d383baa5fb0bb7aa0f1
1
2
3
4
5
6
7
8
package com.zy.asrs.service;
 
import com.zy.asrs.entity.BasCrnOpt;
import com.baomidou.mybatisplus.service.IService;
 
public interface BasCrnOptService extends IService<BasCrnOpt> {
 
}