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
#[cfg(feature = "BatchCreateUsingPost")]
pub mod BatchCreateUsingPost;
#[cfg(feature = "BatchDeleteLogicalUsingPost")]
pub mod BatchDeleteLogicalUsingPost;
#[cfg(feature = "BatchDeleteUsingPost")]
pub mod BatchDeleteUsingPost;
#[cfg(feature = "BatchShowGetUsingPost")]
pub mod BatchShowGetUsingPost;
#[cfg(feature = "BatchUpdateUsingPost")]
pub mod BatchUpdateUsingPost;
#[cfg(feature = "CountUsingPost")]
pub mod CountUsingPost;
#[cfg(feature = "CreateUsingPost")]
pub mod CreateUsingPost;
#[cfg(feature = "DeleteByConditionUsingPost")]
pub mod DeleteByConditionUsingPost;
#[cfg(feature = "DeleteUsingPost")]
pub mod DeleteUsingPost;
#[cfg(feature = "ListQueryUsingPost")]
pub mod ListQueryUsingPost;
#[cfg(feature = "ListSelectUsingPost")]
pub mod ListSelectUsingPost;
#[cfg(feature = "ListUsingPost")]
pub mod ListUsingPost;
#[cfg(feature = "SaveAllUsingPost")]
pub mod SaveAllUsingPost;
#[cfg(feature = "SaveAsUsingPost")]
pub mod SaveAsUsingPost;
#[cfg(feature = "SaveUsingPost")]
pub mod SaveUsingPost;
#[cfg(feature = "ShowFindUsingPost")]
pub mod ShowFindUsingPost;
#[cfg(feature = "ShowGetByUniqueKey")]
pub mod ShowGetByUniqueKey;
#[cfg(feature = "ShowGetUsingPost")]
pub mod ShowGetUsingPost;
#[cfg(feature = "ShowLogicalDeleteByConditionUsingPost")]
pub mod ShowLogicalDeleteByConditionUsingPost;
#[cfg(feature = "ShowLogicalDeleteUsingPost")]
pub mod ShowLogicalDeleteUsingPost;
#[cfg(feature = "ShowStaticsUsingPost")]
pub mod ShowStaticsUsingPost;
#[cfg(feature = "UpdateByConditionUsingPost")]
pub mod UpdateByConditionUsingPost;
#[cfg(feature = "UpdateUsingPost")]
pub mod UpdateUsingPost;