You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tobacco/bs-admin/src/main/java/com/bs/system/service/IDfAreaService.java

15 lines
259 B

package com.bs.system.service;
import com.github.yulichang.base.MPJBaseService;
import com.bs.system.domain.DfArea;
/**
* Service
*
* @author bs
* @date 2024-04-13
*/
public interface IDfAreaService extends MPJBaseService<DfArea>{
}