#
Junjie
2025-09-19 5c0b5e5fa32228dcba9d15f3f4c40fe43e5911ba
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> {
 
}