#
luxiaotao1123
2021-01-02 c9ad71a4c4d2e6e4d14ec7001f523caf0a04db4d
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> {
 
}