-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8f20958
commit 078b6c4
Showing
37 changed files
with
725 additions
and
158 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
using System.ComponentModel.DataAnnotations.Schema; | ||
using System.ComponentModel.DataAnnotations; | ||
|
||
namespace aibotPro.Dtos | ||
{ | ||
public class PluginDto | ||
{ | ||
public int Id { get; set; } | ||
public int InstallId { get; set; } | ||
public string Pcode { get; set; } | ||
public string Account { get; set; } | ||
public string Pavatar { get; set; } | ||
public string Pnickname { get; set; } | ||
public string Pfunctionname { get; set; } | ||
public string Pfunctioninfo { get; set; } | ||
public string Popensource { get; set; } | ||
public decimal? Pluginprice { get; set; } | ||
public string Pcodemodel { get; set; } | ||
public string Papiurl { get; set; } | ||
public string Pmethod { get; set; } | ||
public string ParamCode { get; set; } | ||
public string PheadersCode { get; set; } | ||
public string PcookiesCode { get; set; } | ||
public string Pjscode { get; set; } | ||
public string PrunLocation { get; set; } | ||
public string Pusehtml { get; set; } | ||
public string IsPublic { get; set; } | ||
public DateTime? CreateTime { get; set; } | ||
public bool? MustHit { get; set; } | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.