添加生成唯一单据编号功能

This commit is contained in:
cjl
2019-02-01 15:40:44 +08:00
parent a95389ecbf
commit 66baa3dfa0
7 changed files with 92 additions and 2 deletions

View File

@@ -107,4 +107,9 @@ public interface DepotHeadMapperEx {
* 更新单据主表信息
* */
void updatedepotHead(DepotHead depotHead);
/**
* 获得一个全局唯一的数作为订单号的追加
* */
Long getBuildOnlyNumber(@Param("seq_name") String seq_name);
}