chores: refactor struct and structure project
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package subscribeplandm
|
||||
|
||||
// refactored
|
||||
type SubscribePlan struct {
|
||||
ID string `json:"id"`
|
||||
Code string `json:"code"`
|
||||
Name string `json:"name"`
|
||||
}
|
||||
Reference in New Issue
Block a user