1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
// pkg rudomain::rudb::dbexample::dbexample
/*
@Title 文件名称: person_init.rs
@Desp 描述: 依赖自动注入
@Company 公司: wcht.akunlong.top
@Author 作者: raymond@163.com 时间: 2026-08-09 17:27:12
@Update 作者: raymond@163.com 时间: 2026-08-09 17:27:12
*/
// StructInit自动生成,一般不要手动修改
use Arc;
use ctor;
use cratedireg;
use cratePerson;
const SINGLE_BEAN_NAME: &str = "rudomain::rudb::dbexample::dbexample:Person:b4585917-5a90-4a78-a43b-3b0945749207}";
// StructInfo
/*
{
"pathFile": "./src\\rudomain\\rudb\\dbexample\\dbexample.rs",
"pathPkg": "./src\\rudomain\\rudb\\dbexample",
"structName": "Person",
"structPkg": "rudomain::rudb::dbexample::dbexample",
"ifSingle": false,
"ifDefault": false,
"structIniFile": "person_init.rs",
"existIniFile": true,
"single_bean_name": ":Person:3589ef30-5cfb-45d9-b1a1-c328a4032221",
"modFile": "./src\\rudomain\\rudb\\dbexample/mod.rs",
"ifExistsInitMod": false,
"ifExistsInitUse": false
}
*/