Logo white

BJ_ZTEITS-Developers / zteits-oa

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • zteits-oa
  • ..
  • bean
  • BaiscDTO.java
  • 提交
    1b9e8898
    王富生 authored
    2018-07-30 13:48:42 +0800  
    Browse Code »
BaiscDTO.java 212 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
package com.zteits.oa.api.base.bean;

import java.io.Serializable;

public class BaiscDTO implements Serializable{

	/**
	 * 
	 */
	private static final long serialVersionUID = 5502485571704282738L;
	
	
	
	
	

}