fix:单号生成记录
parent
954004452b
commit
dc29fd6436
@ -0,0 +1,14 @@
|
||||
package cn.estsh.i3plus.core.api.iservice.busi;
|
||||
|
||||
import cn.estsh.i3plus.pojo.platform.bean.SysOrderNoRecord;
|
||||
import cn.estsh.impp.framework.base.service.ICrudService;
|
||||
|
||||
/**
|
||||
* @Description :
|
||||
* @Reference :
|
||||
* @Author : yunhao
|
||||
* @CreateDate : 2020-09-03 22:01
|
||||
* @Modify:
|
||||
**/
|
||||
public interface ISysOrderNoRecordService extends ICrudService<SysOrderNoRecord> {
|
||||
}
|
Loading…
Reference in New Issue