Pre Merge pull request !31 from reset/feature/cl
commit
9c05e1abe7
@ -0,0 +1,10 @@
|
|||||||
|
package com.api.organization.web;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @Author weaver_cl
|
||||||
|
* @Description: TODO
|
||||||
|
* @Date 2022/5/30
|
||||||
|
* @Version V1.0
|
||||||
|
**/
|
||||||
|
public class CodeSettingController {
|
||||||
|
}
|
@ -0,0 +1,10 @@
|
|||||||
|
package com.engine.organization.entity.codesetting.po;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @Author weaver_cl
|
||||||
|
* @Description: TODO
|
||||||
|
* @Date 2022/5/30
|
||||||
|
* @Version V1.0
|
||||||
|
**/
|
||||||
|
public class CodeRule {
|
||||||
|
}
|
@ -0,0 +1,10 @@
|
|||||||
|
package com.engine.organization.entity.codesetting.po;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @Author weaver_cl
|
||||||
|
* @Description: TODO
|
||||||
|
* @Date 2022/5/30
|
||||||
|
* @Version V1.0
|
||||||
|
**/
|
||||||
|
public class CodeRuleDetail {
|
||||||
|
}
|
@ -0,0 +1,10 @@
|
|||||||
|
package com.engine.organization.service;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @Author weaver_cl
|
||||||
|
* @Description: TODO
|
||||||
|
* @Date 2022/5/30
|
||||||
|
* @Version V1.0
|
||||||
|
**/
|
||||||
|
public interface CodeSettingService {
|
||||||
|
}
|
@ -0,0 +1,13 @@
|
|||||||
|
package com.engine.organization.service.impl;
|
||||||
|
|
||||||
|
import com.engine.core.impl.Service;
|
||||||
|
import com.engine.organization.service.CodeSettingService;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @Author weaver_cl
|
||||||
|
* @Description: TODO
|
||||||
|
* @Date 2022/5/30
|
||||||
|
* @Version V1.0
|
||||||
|
**/
|
||||||
|
public class CodeSettingServiceImpl extends Service implements CodeSettingService {
|
||||||
|
}
|
@ -0,0 +1,12 @@
|
|||||||
|
package com.engine.organization.web;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @Author weaver_cl
|
||||||
|
* @Description: TODO
|
||||||
|
* @Date 2022/5/30
|
||||||
|
* @Version V1.0
|
||||||
|
**/
|
||||||
|
public class CodeSettingController {
|
||||||
|
|
||||||
|
|
||||||
|
}
|
@ -0,0 +1,12 @@
|
|||||||
|
package com.engine.organization.wrapper;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @Author weaver_cl
|
||||||
|
* @Description: TODO
|
||||||
|
* @Date 2022/5/30
|
||||||
|
* @Version V1.0
|
||||||
|
**/
|
||||||
|
public class CodeSettingWrapper {
|
||||||
|
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in New Issue