Files
WebsiteTemplate/bin/FileTpl/dao.txt
2024-09-27 00:54:11 +08:00

7 lines
121 B
Plaintext

import { Service , Inject } from "typedi";
import { getRepository } from "typeorm";
@Service()
export class DaoName {
}