微信后端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

49 lines
1.1 KiB

///**
// *
// */
//package com.ynxbd.common.bean;
//
//import java.io.Serializable;
//import java.util.List;
//
//import javax.xml.bind.annotation.XmlAccessType;
//import javax.xml.bind.annotation.XmlAccessorType;
//import javax.xml.bind.annotation.XmlRootElement;
//import javax.xml.bind.annotation.XmlType;
//
///**
// * @Project:微信公众号
// * @author 张剑峰
// * @date 2020年6月6日下午8:21:32
// * @version v1.0.0
// * @Copyright: 2020云南新八达科技有限公司 All rights reserved.
// */
//
//@XmlAccessorType(XmlAccessType.FIELD)
//@XmlRootElement(name = "Records")
//@XmlType(propOrder = { "Record" })
//public class MZRecordsBean implements Serializable {
// /**
// *
// */
// private static final long serialVersionUID = 3028613972400839841L;
// List<MZRecordBean> Record;
//
// public MZRecordsBean() {
// super();
// }
//
// public MZRecordsBean(List<MZRecordBean> record) {
// this.Record = record;
// }
//
// public List<MZRecordBean> getRecord() {
// return Record;
// }
//
// public void setRecord(List<MZRecordBean> record) {
// Record = record;
// }
//
//}