FAISP/src/main/java/com/dbnt/faisp/fpiMgt/monthPlan/MonthPlanService.java

11 lines
214 B
Java
Raw Normal View History

2022-09-05 09:02:09 +00:00
package com.dbnt.faisp.fpiMgt.monthPlan;
import lombok.RequiredArgsConstructor;
import org.springframework.stereotype.Service;
@Service
@RequiredArgsConstructor
public class MonthPlanService { // 월간계획
}