此提交包含在:
2021-07-24 19:12:00 +08:00
當前提交 61caf5458e
共有 8 個檔案被更改,包括 149 行新增0 行删除

6
src/models/user-model.ts 一般檔案
查看文件

@@ -0,0 +1,6 @@
import {Service} from "typedi"
@Service()
class UserModel{
}