#
Junjie
2023-11-17 d42fb84aefb3b12ae4c68a0d47f4964f0dcca79d
1
2
3
4
5
6
7
8
package com.zy.asrs.service;
 
import com.baomidou.mybatisplus.service.IService;
import com.zy.asrs.entity.RowLastno;
 
public interface RowLastnoService extends IService<RowLastno> {
 
}