#
luxiaotao1123
2021-01-04 a0c9f738fdebae1f0bcb51d397978f24332a86ea
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> {
 
}