#
luxiaotao1123
2021-03-15 241aae76e610e4e20b059c450c4ee703754558a9
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> {
 
}