whyczh
2022-02-25 4a30902d68dfbb00fb62780e96dea7cd00f77549
src/main/java/com/whyc/service/Fbs9100StateService.java
@@ -11,6 +11,8 @@
import com.whyc.util.ActionUtil;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import javax.annotation.Resource;
import javax.xml.crypto.Data;
import java.text.SimpleDateFormat;
@@ -18,6 +20,7 @@
import java.util.List;
@Service
@Transactional
public class Fbs9100StateService {
    @Resource
    private Fbs9100StateMapper mapper;