记得上下班打卡 | git大法好,push需谨慎

Commit 6dca8280 authored by 张国柄's avatar 张国柄

init goblin package;

parent 1d77e3c9
package com.liquidnet.service.goblin.dto.manage;
public class GoblinStoreManageConfigParam {
}
package com.liquidnet.service.goblin.dto.manage;
public class GoblinStoreManageConfigResult {
}
package com.liquidnet.service.goblin.service;
public interface GoblinStoreService {
}
package com.liquidnet.service.goblin.service.manage;
public interface GoblinStoreManageService {
}
package com.liquidnet.service.goblin.service.impl;
import com.liquidnet.service.goblin.service.GoblinStoreService;
import org.springframework.stereotype.Service;
@Service
public class GoblinStoreServiceImpl implements GoblinStoreService {
}
package com.liquidnet.service.goblin.service.manage;
import org.springframework.stereotype.Service;
@Service
public class GoblinStoreManageServiceImpl implements GoblinStoreManageService {
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment