#
luxiaotao1123
2020-06-18 563029f1f26ef2ed46d2d3b4207cd1924b1cf63a
1
2
3
4
5
6
7
8
package com.zy.asrs.service;
 
import com.baomidou.mybatisplus.service.IService;
import com.zy.asrs.entity.BasCrnStatus;
 
public interface BasCrnStatusService extends IService<BasCrnStatus> {
 
}