9 lines
109 B
Go
9 lines
109 B
Go
package accounting
|
|
|
|
type Accounting struct {
|
|
Audit audit
|
|
Cost cost
|
|
Product product
|
|
Remark remark
|
|
}
|