Skip to content

Commit b831cee

Browse files
add field
1 parent 08f4e65 commit b831cee

File tree

1 file changed

+0
-32
lines changed

1 file changed

+0
-32
lines changed

model/Env.php

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -137,37 +137,5 @@ public function getExtendInfo(){
137137
public function setExtendInfo($extendInfo){
138138
$this->extendInfo = $extendInfo;
139139
}
140-
141-
/**
142-
* @return mixed
143-
*/
144-
public function getStoreTerminalId()
145-
{
146-
return $this->storeTerminalId;
147-
}
148-
149-
/**
150-
* @param mixed $storeTerminalId
151-
*/
152-
public function setStoreTerminalId($storeTerminalId)
153-
{
154-
$this->storeTerminalId = $storeTerminalId;
155-
}
156-
157-
/**
158-
* @return mixed
159-
*/
160-
public function getStoreTerminalRequestTime()
161-
{
162-
return $this->storeTerminalRequestTime;
163-
}
164-
165-
/**
166-
* @param mixed $storeTerminalRequestTime
167-
*/
168-
public function setStoreTerminalRequestTime($storeTerminalRequestTime)
169-
{
170-
$this->storeTerminalRequestTime = $storeTerminalRequestTime;
171-
}
172140

173141
}

0 commit comments

Comments
 (0)