#
Junjie
2 天以前 0c5a58771fcf86ad0b562829fbfa440da9392703
1
2
3
4
5
6
7
8
package com.zy.asrs.service;
 
import com.zy.asrs.entity.BasCrnp;
import com.baomidou.mybatisplus.service.IService;
 
public interface BasCrnpService extends IService<BasCrnp> {
 
}