twmsection.java
来自「外买系统struts2」· Java 代码 · 共 25 行
JAVA
25 行
package com.waimai.domain;
// Generated by MyEclipse - Hibernate Tools
import java.util.Set;
/**
* TWmSection generated by MyEclipse - Hibernate Tools
*/
public class TWmSection extends AbstractTWmSection implements java.io.Serializable {
// Constructors
/** default constructor */
public TWmSection() {
}
/** full constructor */
public TWmSection(Integer fprovince, Integer fcity, Integer fsection, Integer froad, String fdetail, String fbusLine, String fpiloting, Integer fcrossSectionId, Set TWmFanguans) {
super(fprovince, fcity, fsection, froad, fdetail, fbusLine, fpiloting, fcrossSectionId, TWmFanguans);
}
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?