This commit is contained in:
aozhiwei 2024-09-03 11:48:23 +08:00
parent aebb68aa25
commit 1b3e7b1f4c

View File

@ -123,3 +123,7 @@ func (this *stackingCec) saveToDb(ds *f5.DataSet) bool {
}
return true
}
func (this *stackingCec) apply(p *jccommon.ContractStakeAndUnstakeCecPo) bool {
return true
}