#
luxiaotao1123
2022-11-02 7a1a67b71ef5f86c2fb629c1a10b04cf3cbbd2a4
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> {
 
}