#
LSH
2024-03-29 e7dd8396e19f538e5f51ced927e2f62e1f75fa63
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> {
 
}