...
|
...
|
@@ -191,7 +191,11 @@ func (c *OrderDividendController) OrderDividendDetail() { |
|
|
}
|
|
|
|
|
|
type postOrderDividend struct {
|
|
|
Id string `json:"id"`
|
|
|
Id string `json:"id"`
|
|
|
DividendPayments []postDividendPayment `json:"dividendPayment"`
|
|
|
}
|
|
|
type postDividendPayment struct {
|
|
|
QuantityControl string `json:"quantityControl"`
|
|
|
}
|
|
|
|
|
|
func (c *OrderDividendController) EditOrderDividend() {
|
...
|
...
|
|