- newAfterSaleBill 4 jd

This commit is contained in:
gazebo
2019-05-07 14:50:27 +08:00
parent 98332eb6a1
commit 402e8610b0

View File

@@ -165,6 +165,10 @@ func (c *DjswController) afterSaleBillStatus() {
c.ServeJSON()
}
func (c *DjswController) NewAfterSaleBill() {
c.afterSaleBillStatus()
}
func (c *DjswController) AfterSaleBillStatus() {
c.afterSaleBillStatus()
}