#
tzsk
2024-02-21 011a8d5d7be5b3bd6c4e89448af0c68e352fb8ce
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> {
 
}