1
昨天 fb74f60f1d8397acf5251ae289e80ab8a056857f
1
2
3
4
5
6
7
8
package com.zy.asrs.service;
 
import com.zy.asrs.entity.BasArm;
import com.baomidou.mybatisplus.service.IService;
 
public interface BasArmService extends IService<BasArm> {
 
}