11 lines
214 B
Java
11 lines
214 B
Java
|
|
package com.dbnt.faisp.fpiMgt.monthPlan;
|
||
|
|
|
||
|
|
|
||
|
|
import lombok.RequiredArgsConstructor;
|
||
|
|
import org.springframework.stereotype.Service;
|
||
|
|
|
||
|
|
@Service
|
||
|
|
@RequiredArgsConstructor
|
||
|
|
public class MonthPlanService { // 월간계획
|
||
|
|
}
|