#
Junjie
2025-04-23 c1c94f8f45e562bafc4dc4cd17171bae8e7f7b45
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> {
 
}