#
Junjie
2025-06-05 fff8202e2bcf8fc157b9fa14c908da305c9d6a3c
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> {
 
}