luxiaotao1123
2021-08-03 1ff0f95e1a2e10af8d356f797106f1e4b9ad873f
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> {
 
}