Skip to content

Commit

Permalink
Merge pull request #3 from xu-bin-bin/master
Browse files Browse the repository at this point in the history
我给abstractField类加了注释
  • Loading branch information
tyrozhang authored Dec 26, 2017
2 parents 7e91f80 + bcc6b2b commit c51027b
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
package gds.commondata.freequery.metadata;

/**
*
* 字段虚拟类,一切字段类均需继承本类
* @author $Author: xubinbin $
* @version $Revision:$
*/
public abstract class AbstractFieldBO {

public AbstractFieldBO() {
Expand Down

0 comments on commit c51027b

Please sign in to comment.