#
LSH
2024-02-27 34048de8f2f3dafd4bdf5127ed6b8a57f7a258a8
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> {
 
}