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 rubase::rudto::cfgdto::cfgdto
/*
@Title 文件名称: cfgdto_init.rs
@Desp 描述: 依赖自动注入
@Company 公司: wcht.akunlong.top
@Author 作者: raymond@163.com 时间: 2026-08-14 14:01:00
@Update 作者: raymond@163.com 时间: 2026-08-14 14:01:00
*/
// StructInit自动生成,一般不要手动修改
use Arc;
use ctor;
use cratedireg;
use crateCfgDto;
const SINGLE_BEAN_NAME: &str = "*rubase::rudto::cfgdto::cfgdto:CfgDto:0bc84b8b-eca2-445b-ae1f-b20c0b8c4279}";
// StructInfo
/*
{
"pathFile": "./src\\rubase\\rudto\\cfgdto\\cfgdto.rs",
"pathPkg": "./src\\rubase\\rudto\\cfgdto",
"structName": "CfgDto",
"structPkg": "rubase::rudto::cfgdto::cfgdto",
"ifSingle": false,
"ifDefault": true,
"structIniFile": "cfgdto_init.rs",
"existIniFile": true,
"single_bean_name": "*:CfgDto:d19d9d72-6ccb-4c79-b211-4361e3dbff99",
"modFile": "./src\\rubase\\rudto\\cfgdto/mod.rs",
"ifExistsInitMod": false,
"ifExistsInitUse": false
}
*/