코드 정리
This commit is contained in:
parent
63c3bd3a83
commit
ede4933794
1 changed files with 2 additions and 1 deletions
|
|
@ -384,7 +384,8 @@ class DataGitCount extends DataParam {
|
|||
class DataGitRev extends DataParam {
|
||||
DataGitRev();
|
||||
|
||||
late String? branch; //null will be show local HEAD
|
||||
//null will be show local HEAD. Get last revision must be set branch
|
||||
late String? branch;
|
||||
|
||||
@JsonKey(name: 'result-value')
|
||||
late String result_value;
|
||||
|
|
|
|||
Loading…
Reference in a new issue