Your Name
2023-04-05 8a2eecea6f0e3058cf47478e48f1540e0be7f552
1
2
3
4
5
6
7
8
9
package com.java110.api.smo.inspection;
 
import com.java110.core.context.IPageData;
import org.springframework.http.ResponseEntity;
 
public interface IInspectionPlanStateSMO {
 
    ResponseEntity<String> updateInspectionPlanState(IPageData pd);
}