注意: myBATisplus内置的几个方法使用泛型限制了方法的返回类型,所以实现返回Vo还是得自定义方法, 这个方法名尽量不要和原有的名字类似(以免出问题), 采用mybatisplus就是想借用它的wrapper的便利.
First let me thank you all for your help. What I need is a function that takes in a EPOCH time stamp, like 1452.235687 and converts it to a readable timestamp like \'01-01-1970 00:00:00\'. More spec开