git.stg.codes
/
stg.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fix rnd type in USER
[stg.git]
/
include
/
stg
/
service_conf.h
1
#ifndef SERVICE_CONF_H
2
#define SERVICE_CONF_H
3
4
struct SERVICE_CONF
5
{
6
string name;
7
string comment;
8
double cost;
9
int payDay;
10
};
11
12
#endif //SERVICE_CONF_H
13