Commit fad96e88 by yubaogu

tett

parent 21c47042
......@@ -21,6 +21,6 @@ import com.github.pagehelper.PageHelper;
*
*/
@Service
public class ${entityName}BizImpl extends BaseService<${entityName}> implements ${entityName}Service {
public class ${entityName}BizImpl extends BaseService<${entityName}> implements ${entityName}Biz {
}
\ No newline at end of file
......@@ -39,7 +39,7 @@ public class MyGenerator implements Serializable {
public static final String DATABASE = "ydl";
// 类信息:类名、对象名(一般是【类名】的首字母小些)、类说明、时间
public static final String TABLE = "doctor";
public static final String[] TABLES = {"user_emergency_contact"
public static final String[] TABLES = {"doctor_role"
};
/**
"doctor_base_data","doctor_order","doctor","expert_interview","expert_interview_result","expert_result",
......@@ -63,7 +63,7 @@ public class MyGenerator implements Serializable {
//是否是Swagger配置
public static final String IS_SWAGGER = "true";
public static final String PROJECT_NAME = "doctor_role";
public static final String PROJECT_NAME = "doctor";
public static void main(String[] args) throws IOException {
System.out.println(MyGenerator.class.getResource("").getPath());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment