Skip to content

Commit

Permalink
feat: date publish(feature)
Browse files Browse the repository at this point in the history
  • Loading branch information
wangshan committed Nov 20, 2021
1 parent 5ccb42d commit 01f116e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 31 deletions.
27 changes: 0 additions & 27 deletions src/Structure/1.ts

This file was deleted.

4 changes: 2 additions & 2 deletions src/Structure/3.ts → src/dataTest/01.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* @Author: wangshan
* @Date: 2021-11-20 23:42:51
* @Date: 2021-11-21 00:01:22
* @LastEditors: wangshan
* @LastEditTime: 2021-11-20 23:42:59
* @LastEditTime: 2021-11-21 00:01:22
* @Description:
*/
class Person {
Expand Down
5 changes: 3 additions & 2 deletions src/Structure/2.ts → src/dataTest/02.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* @Author: wangshan
* @Date: 2021-11-20 23:42:30
* @Date: 2021-11-21 00:01:26
* @LastEditors: wangshan
* @LastEditTime: 2021-11-20 23:42:30
* @LastEditTime: 2021-11-21 00:01:27
* @Description:
*/
class Person {
Expand All @@ -28,3 +28,4 @@ class Employee extends Person {
let howard = new Employee("Howard", "Sales");
console.log(howard.getElevatorPitch());
console.log(howard.name); // 错误

0 comments on commit 01f116e

Please sign in to comment.